public class BeamIntersectRule
extends org.apache.calcite.rel.convert.ConverterRule
ConverterRule
to replace Intersect
with BeamIntersectRel
.Modifier and Type | Field and Description |
---|---|
static BeamIntersectRule |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.rel.RelNode |
convert(org.apache.calcite.rel.RelNode rel) |
getInTrait, getOutConvention, getOutTrait, getTraitDef, isGuaranteed, onMatch
public static final BeamIntersectRule INSTANCE