Interface ParallelTable

  • All Superinterfaces:
    StormTable, org.apache.calcite.schema.Table

    public interface ParallelTable
    extends StormTable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Integer parallelismHint()
      Returns parallelism hint of this table.
      • Methods inherited from interface org.apache.calcite.schema.Table

        getJdbcTableType, getRowType, getStatistic, isRolledUp, rolledUpColumnValidInsideAgg
    • Method Detail

      • parallelismHint

        Integer parallelismHint()
        Returns parallelism hint of this table. Returns null if not known.