| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static Expressions.RuntimeVariablesExpression |
Expressions.runtimeVariables(Iterable<? extends ParameterExpression> expressions)
Creates an instance of RuntimeVariablesExpression.
|
static Expressions.RuntimeVariablesExpression |
Expressions.runtimeVariables(ParameterExpression... arguments)
Creates an instance of RuntimeVariablesExpression, using varargs.
|
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.