org.apache.pig.backend.local.executionengine
Class POStore
java.lang.Object
org.apache.pig.impl.physicalLayer.PhysicalOperator
org.apache.pig.backend.local.executionengine.POStore
- All Implemented Interfaces:
- Serializable, ExecPhysicalOperator
public class POStore
- extends PhysicalOperator
- See Also:
- Serialized Form
Constructor Summary |
POStore(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey logicalKey,
Map<OperatorKey,LocalResult> materializedResults,
FileSpec outputFileSpec,
boolean append,
PigContext pigContext)
|
POStore(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey logicalKey,
Map<OperatorKey,LocalResult> materializedResults,
OperatorKey input,
FileSpec outputFileSpec,
boolean append,
PigContext pigContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POStore
public POStore(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey logicalKey,
Map<OperatorKey,LocalResult> materializedResults,
OperatorKey input,
FileSpec outputFileSpec,
boolean append,
PigContext pigContext)
POStore
public POStore(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey logicalKey,
Map<OperatorKey,LocalResult> materializedResults,
FileSpec outputFileSpec,
boolean append,
PigContext pigContext)
getNext
public Tuple getNext()
throws IOException
- Specified by:
getNext
in class PhysicalOperator
- Throws:
IOException
getOutputType
public int getOutputType()
- Overrides:
getOutputType
in class PhysicalOperator
visit
public void visit(POVisitor v)
- Specified by:
visit
in class PhysicalOperator
Copyright © ${year} The Apache Software Foundation