public class BeamSideInputLookupJoinRule
extends org.apache.calcite.rel.convert.ConverterRule
LogicalJoin
node to BeamSideInputLookupJoinRel
node.
This rule is matched when any of the inputs to LogicalJoin
node are Seekable
Modifier and Type | Field and Description |
---|---|
static BeamSideInputLookupJoinRule |
INSTANCE |
Constructor and Description |
---|
BeamSideInputLookupJoinRule() |
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 call) |
getInTrait, getOutConvention, getOutTrait, getTraitDef, isGuaranteed, onMatch
public static final BeamSideInputLookupJoinRule INSTANCE
public boolean matches(org.apache.calcite.plan.RelOptRuleCall call)
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