| Package | Description |
|---|---|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| Modifier and Type | Field and Description |
|---|---|
private Context |
FilterNode.context |
private Context |
ProjectNode.context |
private Context |
JoinNode.context |
(package private) Context |
AggregateNode.ScalarAccumulatorDef.endContext |
(package private) Context |
AggregateNode.ScalarAccumulatorDef.sendContext |
| Modifier and Type | Method and Description |
|---|---|
Context |
Compiler.createContext() |
Context |
Interpreter.CompilerImpl.createContext() |
| Modifier and Type | Method and Description |
|---|---|
Object |
Scalar.execute(Context context) |
void |
Scalar.execute(Context context,
Object[] results) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.