Uses of Class
org.apache.calcite.linq4j.tree.ConditionalExpression
-
Packages that use ConditionalExpression Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of ConditionalExpression in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree that return ConditionalExpression Modifier and Type Method Description static ConditionalExpressionExpressions. condition(Expression test, Expression ifTrue, Expression ifFalse, Type type)Creates a ConditionalExpression that represents a conditional statement.Methods in org.apache.calcite.linq4j.tree with parameters of type ConditionalExpression Modifier and Type Method Description RVisitor. visit(ConditionalExpression conditionalExpression)RVisitorImpl. visit(ConditionalExpression conditionalExpression)
-