Uses of Interface
org.apache.calcite.linq4j.tree.CallSiteBinder
-
Packages that use CallSiteBinder Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of CallSiteBinder in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree with parameters of type CallSiteBinder 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.
-