| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static InvocationExpression |
Expressions.invoke(Expression expression,
Expression... arguments)
Creates an InvocationExpression that applies a delegate or
lambda expression to a list of argument expressions, using varargs.
|
static InvocationExpression |
Expressions.invoke(Expression expression,
Iterable<? extends Expression> arguments)
Creates an InvocationExpression that applies a delegate or
lambda expression to a list of argument expressions.
|
| Modifier and Type | Method and Description |
|---|---|
R |
VisitorImpl.visit(InvocationExpression invocationExpression) |
Expression |
Shuttle.visit(InvocationExpression invocationExpression) |
R |
Visitor.visit(InvocationExpression invocationExpression) |
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.