| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Method and Description |
|---|---|
RelOptPlanner.Executor |
AbstractRelOptPlanner.getExecutor() |
RelOptPlanner.Executor |
RelOptPlanner.getExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRelOptPlanner.setExecutor(RelOptPlanner.Executor executor) |
void |
RelOptPlanner.setExecutor(RelOptPlanner.Executor executor)
Sets the object that can execute scalar expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RexExecutorImpl
Evaluates a
RexNode expression. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.