Class RelMetadataTest.PartialColTypeImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.ThreadLocal<java.util.List<java.lang.String>> THREAD_LIST  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getColType​(org.apache.calcite.rel.core.Aggregate rel, org.apache.calcite.rel.metadata.RelMetadataQuery mq, int column)
      Implementation of RelMetadataTest.ColType.getColType(int) for LogicalAggregate, called via reflection.
      org.apache.calcite.rel.metadata.MetadataDef<RelMetadataTest.ColType> getDef()  
      • Methods inherited from class java.lang.Object

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

      • THREAD_LIST

        static final java.lang.ThreadLocal<java.util.List<java.lang.String>> THREAD_LIST
    • Constructor Detail

      • PartialColTypeImpl

        public PartialColTypeImpl()
    • Method Detail

      • getColType

        public java.lang.String getColType​(org.apache.calcite.rel.core.Aggregate rel,
                                           org.apache.calcite.rel.metadata.RelMetadataQuery mq,
                                           int column)
        Implementation of RelMetadataTest.ColType.getColType(int) for LogicalAggregate, called via reflection.