Uses of Class
org.apache.calcite.linq4j.tree.ConstantExpression
-
Packages that use ConstantExpression Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of ConstantExpression in org.apache.calcite.linq4j.tree
Subclasses of ConstantExpression in org.apache.calcite.linq4j.tree Modifier and Type Class Description classConstantUntypedNullRepresents a constant null of unknown type Java allows type inference for such nulls, thus "null" cannot always be replaced to (Object)null and vise versa.Fields in org.apache.calcite.linq4j.tree declared as ConstantExpression Modifier and Type Field Description static ConstantExpressionOptimizeShuttle. FALSE_EXPRstatic ConstantExpressionConstantUntypedNull. INSTANCEstatic ConstantExpressionOptimizeShuttle. TRUE_EXPRMethods in org.apache.calcite.linq4j.tree that return ConstantExpression Modifier and Type Method Description static ConstantExpressionExpressions. constant(Object value)Creates a ConstantExpression that has the Value property set to the specified value.static ConstantExpressionExpressions. constant(Object value, Type type)Creates a ConstantExpression that has the Value and Type properties set to the specified values.ConstantExpressionShuttle. visit(ConstantExpression constantExpression)Methods in org.apache.calcite.linq4j.tree with parameters of type ConstantExpression Modifier and Type Method Description ConstantExpressionShuttle. visit(ConstantExpression constantExpression)RVisitor. visit(ConstantExpression constantExpression)RVisitorImpl. visit(ConstantExpression constantExpression)
-