Class TableScanNode

java.lang.Object
org.apache.calcite.interpreter.TableScanNode
All Implemented Interfaces:
AutoCloseable, Node

public class TableScanNode extends Object implements Node
Interpreter node that implements a TableScan.
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Node