Class RelTraitTest


  • public class RelTraitTest
    extends java.lang.Object
    Test to verify RelCompositeTrait.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.apache.calcite.rel.RelCollationTraitDef COLLATION  
    • Constructor Summary

      Constructors 
      Constructor Description
      RelTraitTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void assertCanonical​(java.lang.String message, java.util.function.Supplier<java.util.List<org.apache.calcite.rel.RelCollation>> collation)  
      void compositeEmpty()  
      void compositeOne()  
      void compositeTwo()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COLLATION

        private static final org.apache.calcite.rel.RelCollationTraitDef COLLATION
    • Constructor Detail

      • RelTraitTest

        public RelTraitTest()
    • Method Detail

      • assertCanonical

        private void assertCanonical​(java.lang.String message,
                                     java.util.function.Supplier<java.util.List<org.apache.calcite.rel.RelCollation>> collation)
      • compositeEmpty

        public void compositeEmpty()
      • compositeOne

        public void compositeOne()
      • compositeTwo

        public void compositeTwo()