Enum Class BeamLogicalConvention
java.lang.Object
java.lang.Enum<BeamLogicalConvention>
org.apache.beam.sdk.extensions.sql.impl.rel.BeamLogicalConvention
- All Implemented Interfaces:
Serializable,Comparable<BeamLogicalConvention>,Constable,org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention,org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTrait
public enum BeamLogicalConvention
extends Enum<BeamLogicalConvention>
implements org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention
Convention for Beam SQL.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention
org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention.Impl -
Enum Constant Summary
Enum Constants -
Field Summary
Fields inherited from interface org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention
NONE -
Method Summary
Modifier and TypeMethodDescriptionbooleancanConvertConvention(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention toConvention) getName()org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTraitDefvoidregister(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptPlanner planner) booleansatisfies(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTrait trait) toString()booleanuseAbstractConvertersForConversion(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTraitSet fromTraits, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTraitSet toTraits) static BeamLogicalConventionReturns the enum constant of this class with the specified name.static BeamLogicalConvention[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention
enforce, getRelFactoriesMethods inherited from interface org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTrait
apply, equals, hashCode, isDefault
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getInterface
- Specified by:
getInterfacein interfaceorg.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention
-
getName
- Specified by:
getNamein interfaceorg.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention
-
getTraitDef
public org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTraitDef getTraitDef()- Specified by:
getTraitDefin interfaceorg.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTrait
-
satisfies
public boolean satisfies(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTrait trait) - Specified by:
satisfiesin interfaceorg.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTrait
-
register
public void register(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelOptPlanner planner) - Specified by:
registerin interfaceorg.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTrait
-
toString
- Specified by:
toStringin interfaceorg.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTrait- Overrides:
toStringin classEnum<BeamLogicalConvention>
-
canConvertConvention
public boolean canConvertConvention(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention toConvention) - Specified by:
canConvertConventionin interfaceorg.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention
-
useAbstractConvertersForConversion
public boolean useAbstractConvertersForConversion(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTraitSet fromTraits, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.RelTraitSet toTraits) - Specified by:
useAbstractConvertersForConversionin interfaceorg.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.plan.Convention
-