Package org.apache.storm.sql.calcite
Interface ParallelStreamableTable
-
- All Superinterfaces:
StormStreamableTable
,org.apache.calcite.schema.StreamableTable
,org.apache.calcite.schema.Table
public interface ParallelStreamableTable extends StormStreamableTable
Table that can be converted to a stream. This table also has its parallelism information.- See Also:
Delta
-
-
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.storm.sql.calcite.StormStreamableTable
primaryKey
-
-
-
-
Method Detail
-
parallelismHint
Integer parallelismHint()
Returns parallelism hint of this table. Returns null if don't know.
-
-