Package org.apache.storm.sql.calcite
Interface ParallelTable
-
- All Superinterfaces:
StormTable
,org.apache.calcite.schema.Table
public interface ParallelTable extends StormTable
-
-
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.StormTable
primaryKey
-
-
-
-
Method Detail
-
parallelismHint
Integer parallelismHint()
Returns parallelism hint of this table. Returns null if not known.
-
-