Class VolcanoPlannerTraitTest.AltTrait

  • All Implemented Interfaces:
    org.apache.calcite.plan.RelTrait
    Enclosing class:
    VolcanoPlannerTraitTest

    private static class VolcanoPlannerTraitTest.AltTrait
    extends java.lang.Object
    implements org.apache.calcite.plan.RelTrait
    Implementation of RelTrait for testing.
    • Method Detail

      • register

        public void register​(org.apache.calcite.plan.RelOptPlanner planner)
        Specified by:
        register in interface org.apache.calcite.plan.RelTrait
      • getTraitDef

        public org.apache.calcite.plan.RelTraitDef getTraitDef()
        Specified by:
        getTraitDef in interface org.apache.calcite.plan.RelTrait
      • equals

        public boolean equals​(java.lang.Object other)
        Specified by:
        equals in interface org.apache.calcite.plan.RelTrait
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface org.apache.calcite.plan.RelTrait
        Overrides:
        hashCode in class java.lang.Object
      • satisfies

        public boolean satisfies​(org.apache.calcite.plan.RelTrait trait)
        Specified by:
        satisfies in interface org.apache.calcite.plan.RelTrait
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface org.apache.calcite.plan.RelTrait
        Overrides:
        toString in class java.lang.Object