Uses of Class
org.apache.pig.impl.logicalLayer.schema.TupleSchema

Packages that use TupleSchema
org.apache.pig.impl.eval   
org.apache.pig.impl.logicalLayer   
org.apache.pig.impl.logicalLayer.schema   
 

Uses of TupleSchema in org.apache.pig.impl.eval
 

Methods in org.apache.pig.impl.eval that return TupleSchema
protected  TupleSchema GenerateSpec.mapInputSchema(Schema input)
           
 

Uses of TupleSchema in org.apache.pig.impl.logicalLayer
 

Fields in org.apache.pig.impl.logicalLayer declared as TupleSchema
protected  TupleSchema LogicalOperator.schema
           
 

Methods in org.apache.pig.impl.logicalLayer that return TupleSchema
 TupleSchema LOCogroup.outputSchema()
           
 TupleSchema LODefine.outputSchema()
           
 TupleSchema LOEval.outputSchema()
           
 TupleSchema LOLoad.outputSchema()
           
 TupleSchema LOSort.outputSchema()
           
 TupleSchema LOSplit.outputSchema()
           
 TupleSchema LOSplitOutput.outputSchema()
           
 TupleSchema LOStore.outputSchema()
           
 TupleSchema LOUnion.outputSchema()
           
abstract  TupleSchema LogicalOperator.outputSchema()
           
 

Methods in org.apache.pig.impl.logicalLayer with parameters of type TupleSchema
 void LogicalOperator.setSchema(TupleSchema schema)
           
 

Uses of TupleSchema in org.apache.pig.impl.logicalLayer.schema
 

Methods in org.apache.pig.impl.logicalLayer.schema that return TupleSchema
 TupleSchema TupleSchema.copy()
           
 



Copyright © ${year} The Apache Software Foundation