public class BeamCalcRule
extends org.apache.calcite.rel.convert.ConverterRule
Modifier and Type | Field and Description |
---|---|
static BeamCalcRule |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.rel.RelNode |
convert(org.apache.calcite.rel.RelNode rel) |
boolean |
matches(org.apache.calcite.plan.RelOptRuleCall x) |
getInTrait, getOutConvention, getOutTrait, getTraitDef, isGuaranteed, onMatch
public static final BeamCalcRule INSTANCE
public boolean matches(org.apache.calcite.plan.RelOptRuleCall x)
matches
in class org.apache.calcite.plan.RelOptRule
public org.apache.calcite.rel.RelNode convert(org.apache.calcite.rel.RelNode rel)
convert
in class org.apache.calcite.rel.convert.ConverterRule