| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionalExpression |
Expressions.condition(Expression test,
Expression ifTrue,
Expression ifFalse,
Type type)
Creates a ConditionalExpression that represents a conditional
statement.
|
| Modifier and Type | Method and Description |
|---|---|
R |
VisitorImpl.visit(ConditionalExpression conditionalExpression) |
R |
Visitor.visit(ConditionalExpression conditionalExpression) |
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.