| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamicExpression |
Expressions.dynamic(CallSiteBinder binder,
Type type,
Expression... expression)
Creates a
DynamicExpression that represents a dynamic
operation bound by the provided CallSiteBinder, using varargs. |
static DynamicExpression |
Expressions.dynamic(CallSiteBinder binder,
Type type,
Iterable<? extends Expression> expressions)
Creates a DynamicExpression that represents a dynamic
operation bound by the provided CallSiteBinder.
|
static DynamicExpression |
Expressions.makeDynamic(Type type,
CallSiteBinder binder,
Expression... arguments)
Creates a DynamicExpression that represents a dynamic
operation bound by the provided CallSiteBinder, using varargs.
|
static DynamicExpression |
Expressions.makeDynamic(Type type,
CallSiteBinder binder,
Iterable<? extends Expression> arguments)
Creates a DynamicExpression that represents a dynamic
operation bound by the provided CallSiteBinder.
|
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.