Package org.apache.storm.sql.calcite
Interface ParallelTable
- All Superinterfaces:
- StormTable,- org.apache.calcite.schema.Table
- 
Method SummaryModifier and TypeMethodDescriptionReturns parallelism hint of this table.Methods inherited from interface org.apache.storm.sql.calcite.StormTableprimaryKeyMethods inherited from interface org.apache.calcite.schema.TablegetJdbcTableType, getRowType, getStatistic, isRolledUp, rolledUpColumnValidInsideAgg
- 
Method Details- 
parallelismHintInteger parallelismHint()Returns parallelism hint of this table. Returns null if not known.
 
-