| Package | Description |
|---|---|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<RelNode,Interpreter.NodeInfo> |
Interpreter.nodes |
(package private) Map<RelNode,Interpreter.NodeInfo> |
Interpreter.CompilerImpl.nodes |
| Modifier and Type | Method and Description |
|---|---|
(package private) Pair<RelNode,Map<RelNode,Interpreter.NodeInfo>> |
Interpreter.CompilerImpl.visitRoot(RelNode p)
Visits the tree, starting from the root
p. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.