|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExecPhysicalOperator in org.apache.pig.backend.executionengine |
---|
Methods in org.apache.pig.backend.executionengine that return types with arguments of type ExecPhysicalOperator | |
---|---|
Map<OperatorKey,ExecPhysicalOperator> |
ExecPhysicalPlan.getOpTable()
|
Uses of ExecPhysicalOperator in org.apache.pig.backend.hadoop.executionengine |
---|
Classes in org.apache.pig.backend.hadoop.executionengine that implement ExecPhysicalOperator | |
---|---|
class |
POMapreduce
|
Fields in org.apache.pig.backend.hadoop.executionengine with type parameters of type ExecPhysicalOperator | |
---|---|
protected Map<OperatorKey,ExecPhysicalOperator> |
MapRedPhysicalPlan.opTable
|
protected Map<OperatorKey,ExecPhysicalOperator> |
HExecutionEngine.physicalOpTable
|
Methods in org.apache.pig.backend.hadoop.executionengine that return types with arguments of type ExecPhysicalOperator | |
---|---|
Map<OperatorKey,ExecPhysicalOperator> |
MapRedPhysicalPlan.getOpTable()
|
Map<OperatorKey,ExecPhysicalOperator> |
HExecutionEngine.getPhysicalOpTable()
|
Method parameters in org.apache.pig.backend.hadoop.executionengine with type arguments of type ExecPhysicalOperator | |
---|---|
POMapreduce |
MapreducePlanCompiler.getSortJob(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> physicalOpTable,
OperatorKey logicalKey,
POMapreduce quantileJob,
LOSort loSort)
|
Constructor parameters in org.apache.pig.backend.hadoop.executionengine with type arguments of type ExecPhysicalOperator | |
---|---|
POMapreduce(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey sourceLogicalKey,
PigContext pigContext)
|
|
POMapreduce(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey sourceLogicalKey,
PigContext pigContext,
int mapParallelism,
int reduceParallelism)
|
|
POMapreduce(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey sourceLogicalKey,
PigContext pigContext,
OperatorKey inputIn)
|
|
POMapreduce(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey sourceLogicalKey,
PigContext pigContext,
OperatorKey[] inputsIn)
|
Uses of ExecPhysicalOperator in org.apache.pig.backend.local.executionengine |
---|
Classes in org.apache.pig.backend.local.executionengine that implement ExecPhysicalOperator | |
---|---|
class |
POCogroup
|
class |
POEval
|
class |
POLoad
|
class |
PORead
|
class |
POSort
|
class |
POSplit
|
class |
POStore
|
class |
POUnion
|
Fields in org.apache.pig.backend.local.executionengine with type parameters of type ExecPhysicalOperator | |
---|---|
protected Map<OperatorKey,ExecPhysicalOperator> |
LocalPhysicalPlan.opTable
|
protected Map<OperatorKey,ExecPhysicalOperator> |
LocalExecutionEngine.physicalOpTable
|
Methods in org.apache.pig.backend.local.executionengine that return types with arguments of type ExecPhysicalOperator | |
---|---|
Map<OperatorKey,ExecPhysicalOperator> |
LocalPhysicalPlan.getOpTable()
|
Constructor parameters in org.apache.pig.backend.local.executionengine with type arguments of type ExecPhysicalOperator | |
---|---|
InstantiateFuncCallerPOVisitor(FunctionInstantiator instantiator,
Map<OperatorKey,ExecPhysicalOperator> opTable)
|
|
POCogroup(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
List<EvalSpec> specs,
int outputType)
|
|
POEval(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
EvalSpec specIn,
int outputType)
|
|
POEval(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey input,
EvalSpec specIn,
int outputType)
|
|
POLoad(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
PigContext pigContext,
FileSpec fileSpec,
int outputType)
|
|
PORead(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
int outputType,
DataBag bag)
|
|
POSort(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
EvalSpec sortSpec,
int outputType)
|
|
POSplit(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey input,
ArrayList<Cond> conditions,
int readFromCond,
int outputType)
|
|
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)
|
|
POUnion(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
int numInputs,
int outputType)
|
|
POUnion(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey[] inputsIn,
int outputType)
|
Uses of ExecPhysicalOperator in org.apache.pig.impl.physicalLayer |
---|
Classes in org.apache.pig.impl.physicalLayer that implement ExecPhysicalOperator | |
---|---|
class |
PhysicalOperator
|
Fields in org.apache.pig.impl.physicalLayer with type parameters of type ExecPhysicalOperator | |
---|---|
protected Map<OperatorKey,ExecPhysicalOperator> |
POVisitor.mOpTable
|
Map<OperatorKey,ExecPhysicalOperator> |
PhysicalOperator.opTable
|
Constructor parameters in org.apache.pig.impl.physicalLayer with type arguments of type ExecPhysicalOperator | |
---|---|
PhysicalOperator(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
int outputType)
|
|
POPrinter(Map<OperatorKey,ExecPhysicalOperator> opTable,
PrintStream ps)
|
|
POTreePrinter(Map<OperatorKey,ExecPhysicalOperator> opTable,
PrintStream ps)
|
|
POVisitor(Map<OperatorKey,ExecPhysicalOperator> opTable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |