public class BeamValuesRule
extends org.apache.calcite.rel.convert.ConverterRule
ConverterRule
to replace Values
with BeamValuesRel
.Modifier and Type | Field and Description |
---|---|
static BeamValuesRule |
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 BeamValuesRule INSTANCE