Interface Node

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
AggregateNode, CollectNode, FilterNode, JoinNode, MatchNode, ProjectNode, SetOpNode, SortNode, TableFunctionScanNode, TableScanNode, UncollectNode, UnionNode, ValuesNode, WindowNode

public interface Node extends AutoCloseable
Relational expression that can be executed using an interpreter.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    void
    run()