Class RangeTable.Factory

  • All Implemented Interfaces:
    org.apache.calcite.schema.TableFactory<RangeTable>
    Enclosing class:
    RangeTable

    public static class RangeTable.Factory
    extends java.lang.Object
    implements org.apache.calcite.schema.TableFactory<RangeTable>
    Implementation of TableFactory that allows a RangeTable to be included as a custom table in a Calcite model file.
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RangeTable create​(org.apache.calcite.schema.SchemaPlus schema, java.lang.String name, java.util.Map<java.lang.String,​java.lang.Object> operand, org.apache.calcite.rel.type.RelDataType rowType)  
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory()
    • Method Detail

      • create

        public RangeTable create​(org.apache.calcite.schema.SchemaPlus schema,
                                 java.lang.String name,
                                 java.util.Map<java.lang.String,​java.lang.Object> operand,
                                 org.apache.calcite.rel.type.RelDataType rowType)
        Specified by:
        create in interface org.apache.calcite.schema.TableFactory<RangeTable>