Class PluginDrillTable

All Implemented Interfaces:
org.apache.calcite.schema.Table, org.apache.calcite.schema.TranslatableTable

public class PluginDrillTable extends DynamicDrillTable implements org.apache.calcite.schema.TranslatableTable
Table implementation based on DynamicDrillTable to be used by Drill plugins.
  • Constructor Details

  • Method Details

    • toRel

      public org.apache.calcite.rel.RelNode toRel(org.apache.calcite.plan.RelOptTable.ToRelContext context, org.apache.calcite.plan.RelOptTable table)
      Specified by:
      toRel in interface org.apache.calcite.schema.TranslatableTable
      Overrides:
      toRel in class DrillTable