Interface ParallelTable

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

public interface ParallelTable extends StormTable
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns parallelism hint of this table.

    Methods inherited from interface org.apache.storm.sql.calcite.StormTable

    primaryKey

    Methods inherited from interface org.apache.calcite.schema.Table

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

    • parallelismHint

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