Package org.apache.calcite.interpreter
Interface Node
- All Superinterfaces:
- AutoCloseable
- All Known Implementing Classes:
- AggregateNode,- CollectNode,- FilterNode,- JoinNode,- MatchNode,- ProjectNode,- SetOpNode,- SortNode,- TableFunctionScanNode,- TableScanNode,- UncollectNode,- UnionNode,- ValuesNode,- WindowNode
Relational expression that can be executed using an interpreter.
- 
Method Summary
- 
Method Details- 
run- Throws:
- InterruptedException
 
- 
closedefault void close()- Specified by:
- closein interface- AutoCloseable
 
 
-