public class CeilSqlFunction extends SqlFunction
| Constructor and Description | 
|---|
CeilSqlFunction()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
apply(SqlFunctionExecutionContext context)
Defines the action to be performed on the stored object. 
 | 
assertNumberOfArgumentspublic Object apply(SqlFunctionExecutionContext context)
SqlFunctionapply in class SqlFunctioncontext - contains one argument of type Number.Math.ceil(double) of context.getArgument(0), cast to
 context.getArgument(0).getClass().Copyright © GigaSpaces.