Class StreamsScanRule
- java.lang.Object
-
- org.apache.calcite.plan.RelOptRule
-
- org.apache.calcite.rel.convert.ConverterRule
-
- org.apache.storm.sql.planner.streams.rules.StreamsScanRule
-
public class StreamsScanRule extends org.apache.calcite.rel.convert.ConverterRule
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_PARALLELISM_HINT
static StreamsScanRule
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.calcite.rel.RelNode
convert(org.apache.calcite.rel.RelNode rel)
-
Methods inherited from class org.apache.calcite.rel.convert.ConverterRule
getInTrait, getOutConvention, getOutTrait, getTraitDef, isGuaranteed, onMatch
-
-
-
-
Field Detail
-
INSTANCE
public static final StreamsScanRule INSTANCE
-
DEFAULT_PARALLELISM_HINT
public static final int DEFAULT_PARALLELISM_HINT
- See Also:
- Constant Field Values
-
-