Uses of Class
org.apache.calcite.linq4j.tree.DynamicExpression
-
Packages that use DynamicExpression Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of DynamicExpression in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree that return DynamicExpression Modifier and Type Method Description static DynamicExpressionExpressions. dynamic(CallSiteBinder binder, Type type, Iterable<? extends Expression> expressions)Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.static DynamicExpressionExpressions. dynamic(CallSiteBinder binder, Type type, Expression... expression)Creates aDynamicExpressionthat represents a dynamic operation bound by the providedCallSiteBinder, using varargs.static DynamicExpressionExpressions. makeDynamic(Type type, CallSiteBinder binder, Iterable<? extends Expression> arguments)Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.static DynamicExpressionExpressions. makeDynamic(Type type, CallSiteBinder binder, Expression... arguments)Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder, using varargs.Methods in org.apache.calcite.linq4j.tree with parameters of type DynamicExpression Modifier and Type Method Description ExpressionShuttle. visit(DynamicExpression dynamicExpression)RVisitor. visit(DynamicExpression dynamicExpression)RVisitorImpl. visit(DynamicExpression dynamicExpression)
-