Package org.apache.storm.sql.calcite
Interface ParallelTable
- All Superinterfaces:
 StormTable,org.apache.calcite.schema.Table
- 
Method Summary
Modifier and TypeMethodDescriptionReturns parallelism hint of this table.Methods inherited from interface org.apache.storm.sql.calcite.StormTable
primaryKeyMethods 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. 
 -