Class StaticDrillTable

java.lang.Object
org.apache.drill.exec.planner.logical.DrillTable
org.apache.drill.exec.store.sys.StaticDrillTable
All Implemented Interfaces:
org.apache.calcite.schema.Table, org.apache.calcite.schema.TranslatableTable

public class StaticDrillTable extends DrillTable
A DrillTable with a defined schema Currently, this is a wrapper class for SystemTable.
  • Constructor Details

  • Method Details

    • getRowType

      public org.apache.calcite.rel.type.RelDataType getRowType(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)