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 inherited from class org.apache.calcite.plan.RelOptRule
description, operands, relBuilderFactory
-
Method Summary
Modifier and TypeMethodDescriptionorg.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
Methods inherited from class org.apache.calcite.plan.RelOptRule
any, convert, convert, convertList, convertOperand, equals, equals, getOperand, getOperands, hashCode, matches, none, operand, operand, operand, operand, operand, some, toString, unordered
-
Field Details
-
INSTANCE
-
DEFAULT_PARALLELISM_HINT
public static final int DEFAULT_PARALLELISM_HINT- See Also:
-
-
Method Details
-
convert
public org.apache.calcite.rel.RelNode convert(org.apache.calcite.rel.RelNode rel) - Specified by:
convert
in classorg.apache.calcite.rel.convert.ConverterRule
-