Package org.apache.storm.sql.calcite
Interface ParallelStreamableTable
- All Superinterfaces:
- StormStreamableTable,- org.apache.calcite.schema.StreamableTable,- org.apache.calcite.schema.Table
Table that can be converted to a stream. This table also has its parallelism information.
- See Also:
- 
- Delta
 
- 
Method SummaryModifier and TypeMethodDescriptionReturns parallelism hint of this table.Methods inherited from interface org.apache.storm.sql.calcite.StormStreamableTableprimaryKeyMethods inherited from interface org.apache.calcite.schema.StreamableTablestreamMethods 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 don't know.
 
-