| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultExpression |
Expressions.default_()
Creates a DefaultExpression that has the Type property set to
the specified type.
|
static DefaultExpression |
Expressions.empty()
Creates an empty expression that has Void type.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
Shuttle.visit(DefaultExpression defaultExpression) |
R |
VisitorImpl.visit(DefaultExpression defaultExpression) |
R |
Visitor.visit(DefaultExpression defaultExpression) |
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.