| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
ForEachStatement |
ForEachStatement.accept(Shuttle shuttle) |
static ForEachStatement |
Expressions.forEach(ParameterExpression parameter,
Expression iterable,
Statement body)
Creates a ForEachExpression with the given body.
|
ForEachStatement |
Shuttle.visit(ForEachStatement forEachStatement,
ParameterExpression parameter,
Expression iterable,
Statement body) |
| Modifier and Type | Method and Description |
|---|---|
Shuttle |
Shuttle.preVisit(ForEachStatement forEachStatement) |
R |
VisitorImpl.visit(ForEachStatement forEachStatement) |
R |
Visitor.visit(ForEachStatement forEachStatement) |
ForEachStatement |
Shuttle.visit(ForEachStatement forEachStatement,
ParameterExpression parameter,
Expression iterable,
Statement body) |
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.