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_28_0.org.apache.calcite.plan.Convention, org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTrait

public enum BeamLogicalConvention extends Enum<BeamLogicalConvention> implements org.apache.beam.vendor.calcite.v1_28_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_28_0.org.apache.calcite.plan.Convention

    org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.Convention.Impl
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
     
  • Field Summary

    Fields inherited from interface org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.Convention

    NONE
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canConvertConvention(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.Convention toConvention)
     
     
     
    org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTraitDef
     
    void
    register(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelOptPlanner planner)
     
    boolean
    satisfies(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTrait trait)
     
     
    boolean
    useAbstractConvertersForConversion(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTraitSet fromTraits, org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTraitSet toTraits)
     
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.Convention

    enforce, getRelFactories

    Methods inherited from interface org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTrait

    apply, equals, hashCode, isDefault
  • Enum Constant Details

  • Method Details

    • values

      public static BeamLogicalConvention[] 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

      public static BeamLogicalConvention valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getInterface

      public Class getInterface()
      Specified by:
      getInterface in interface org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.Convention
    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.Convention
    • getTraitDef

      public org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTraitDef getTraitDef()
      Specified by:
      getTraitDef in interface org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTrait
    • satisfies

      public boolean satisfies(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTrait trait)
      Specified by:
      satisfies in interface org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTrait
    • register

      public void register(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelOptPlanner planner)
      Specified by:
      register in interface org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTrait
    • toString

      public String toString()
      Specified by:
      toString in interface org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTrait
      Overrides:
      toString in class Enum<BeamLogicalConvention>
    • canConvertConvention

      public boolean canConvertConvention(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.Convention toConvention)
      Specified by:
      canConvertConvention in interface org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.Convention
    • useAbstractConvertersForConversion

      public boolean useAbstractConvertersForConversion(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTraitSet fromTraits, org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTraitSet toTraits)
      Specified by:
      useAbstractConvertersForConversion in interface org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.Convention