Uses of Class
org.apache.calcite.linq4j.tree.TernaryExpression
-
Packages that use TernaryExpression Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of TernaryExpression in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree that return TernaryExpression Modifier and Type Method Description static TernaryExpressionExpressions. makeTernary(ExpressionType ternaryType, Expression e0, Expression e1, Expression e2)Creates a TernaryExpression, given the left and right operands, by calling an appropriate factory method.Methods in org.apache.calcite.linq4j.tree with parameters of type TernaryExpression Modifier and Type Method Description ShuttleShuttle. preVisit(TernaryExpression ternaryExpression)ExpressionDeterministicCodeOptimizer. visit(TernaryExpression ternaryExpression, Expression expression0, Expression expression1, Expression expression2)ExpressionOptimizeShuttle. visit(TernaryExpression ternary, Expression expression0, Expression expression1, Expression expression2)ExpressionShuttle. visit(TernaryExpression ternaryExpression, Expression expression0, Expression expression1, Expression expression2)RVisitor. visit(TernaryExpression ternaryExpression)RVisitorImpl. visit(TernaryExpression ternaryExpression)
-