| 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.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.