Class PigTableFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      PigTableFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PigTable create​(SchemaPlus schema, java.lang.String name, java.util.Map<java.lang.String,​java.lang.Object> operand, RelDataType rowType)
      Creates a Table.
      • Methods inherited from class java.lang.Object

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

      • PigTableFactory

        public PigTableFactory()
    • Method Detail

      • create

        public PigTable create​(SchemaPlus schema,
                               java.lang.String name,
                               java.util.Map<java.lang.String,​java.lang.Object> operand,
                               RelDataType rowType)
        Description copied from interface: TableFactory
        Creates a Table.
        Specified by:
        create in interface TableFactory<PigTable>
        Parameters:
        schema - Schema this table belongs to
        name - Name of this table
        operand - The "operand" JSON property
        rowType - Row type. Specified if the "columns" JSON property.