Class CeilSqlFunction

java.lang.Object
com.gigaspaces.query.sql.functions.SqlFunction
com.gigaspaces.query.sql.functions.CeilSqlFunction

public class CeilSqlFunction extends SqlFunction
Built in mathematical sql function to calculate the smallest integer value not less than the given argument.
Since:
11.0.0
Author:
Tamir Schwarz
  • Constructor Details

    • CeilSqlFunction

      public CeilSqlFunction()
  • Method Details