|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eigenbase.sql.SqlOperator org.eigenbase.sql.SqlFunction org.eigenbase.sql.fun.SqlCeilFunction
public class SqlCeilFunction
Support for the CEIL/CEILING builtin function.
Field Summary |
---|
Fields inherited from class org.eigenbase.sql.SqlOperator |
---|
MaxPrec, NL |
Constructor Summary | |
---|---|
SqlCeilFunction()
|
Method Summary | |
---|---|
SqlMonotonicity |
getMonotonicity(SqlCall call,
SqlValidatorScope scope)
Returns whether this operator is monotonic. |
Methods inherited from class org.eigenbase.sql.SqlFunction |
---|
deriveType, getFunctionType, getNameAsId, getParamTypes, getSqlIdentifier, getSyntax, isQuantifierAllowed, unparse, validateCall, validateQuantifier |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SqlCeilFunction()
Method Detail |
---|
public SqlMonotonicity getMonotonicity(SqlCall call, SqlValidatorScope scope)
SqlOperator
Default implementation returns SqlMonotonicity.NotMonotonic
.
getMonotonicity
in class SqlOperator
call
- Call to this operatorscope
- Scope in which the call occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |