Interface RelMetadataTest.ColType

  • All Superinterfaces:
    org.apache.calcite.rel.metadata.Metadata
    Enclosing class:
    RelMetadataTest

    public static interface RelMetadataTest.ColType
    extends org.apache.calcite.rel.metadata.Metadata
    Custom metadata interface.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.calcite.rel.metadata.MetadataDef<RelMetadataTest.ColType> DEF  
      static java.lang.reflect.Method METHOD  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getColType​(int column)  
      • Methods inherited from interface org.apache.calcite.rel.metadata.Metadata

        rel
    • Field Detail

      • METHOD

        static final java.lang.reflect.Method METHOD
    • Method Detail

      • getColType

        java.lang.String getColType​(int column)