|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OperatorKey in org.apache.pig.backend.executionengine |
---|
Methods in org.apache.pig.backend.executionengine that return OperatorKey | |
---|---|
OperatorKey |
ExecScopedLogicalOperator.getOperatorKey()
|
OperatorKey |
ExecLogicalPlan.getRoot()
|
OperatorKey |
ExecPhysicalPlan.getRoot()
|
Methods in org.apache.pig.backend.executionengine that return types with arguments of type OperatorKey | |
---|---|
Map<OperatorKey,LogicalOperator> |
ExecLogicalPlan.getOpTable()
|
Map<OperatorKey,ExecPhysicalOperator> |
ExecPhysicalPlan.getOpTable()
|
Uses of OperatorKey in org.apache.pig.backend.hadoop.executionengine |
---|
Fields in org.apache.pig.backend.hadoop.executionengine declared as OperatorKey | |
---|---|
protected OperatorKey |
MapRedPhysicalPlan.root
|
OperatorKey |
POMapreduce.sourceLogicalKey
|
Fields in org.apache.pig.backend.hadoop.executionengine with type parameters of type OperatorKey | |
---|---|
protected Map<OperatorKey,OperatorKey> |
HExecutionEngine.logicalToPhysicalKeys
|
protected Map<OperatorKey,OperatorKey> |
HExecutionEngine.logicalToPhysicalKeys
|
protected Map<OperatorKey,MapRedResult> |
HExecutionEngine.materializedResults
|
protected Map<OperatorKey,ExecPhysicalOperator> |
MapRedPhysicalPlan.opTable
|
protected Map<OperatorKey,ExecPhysicalOperator> |
HExecutionEngine.physicalOpTable
|
Methods in org.apache.pig.backend.hadoop.executionengine that return OperatorKey | |
---|---|
OperatorKey |
MapreducePlanCompiler.compile(OperatorKey logicalKey,
Map<OperatorKey,LogicalOperator> logicalOpTable,
HExecutionEngine execEngine)
|
OperatorKey |
MapRedPhysicalPlan.getRoot()
|
Methods in org.apache.pig.backend.hadoop.executionengine that return types with arguments of type OperatorKey | |
---|---|
Map<OperatorKey,MapRedResult> |
HExecutionEngine.getMaterializedResults()
|
Map<OperatorKey,ExecPhysicalOperator> |
MapRedPhysicalPlan.getOpTable()
|
Map<OperatorKey,ExecPhysicalOperator> |
HExecutionEngine.getPhysicalOpTable()
|
Methods in org.apache.pig.backend.hadoop.executionengine with parameters of type OperatorKey | |
---|---|
void |
POMapreduce.addInputOperator(OperatorKey newInput)
|
void |
POMapreduce.addInputOperators(OperatorKey[] newInputs)
|
OperatorKey |
MapreducePlanCompiler.compile(OperatorKey logicalKey,
Map<OperatorKey,LogicalOperator> logicalOpTable,
HExecutionEngine execEngine)
|
POMapreduce |
MapreducePlanCompiler.getSortJob(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> physicalOpTable,
OperatorKey logicalKey,
POMapreduce quantileJob,
LOSort loSort)
|
Method parameters in org.apache.pig.backend.hadoop.executionengine with type arguments of type OperatorKey | |
---|---|
OperatorKey |
MapreducePlanCompiler.compile(OperatorKey logicalKey,
Map<OperatorKey,LogicalOperator> logicalOpTable,
HExecutionEngine execEngine)
|
POMapreduce |
MapreducePlanCompiler.getSortJob(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> physicalOpTable,
OperatorKey logicalKey,
POMapreduce quantileJob,
LOSort loSort)
|
Constructors in org.apache.pig.backend.hadoop.executionengine with parameters of type OperatorKey | |
---|---|
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)
|
|
POMapreduce(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey sourceLogicalKey,
PigContext pigContext,
OperatorKey[] inputsIn)
|
Constructor parameters in org.apache.pig.backend.hadoop.executionengine with type arguments of type OperatorKey | |
---|---|
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 OperatorKey in org.apache.pig.backend.local.executionengine |
---|
Fields in org.apache.pig.backend.local.executionengine declared as OperatorKey | |
---|---|
protected OperatorKey |
LocalPhysicalPlan.root
|
Fields in org.apache.pig.backend.local.executionengine with type parameters of type OperatorKey | |
---|---|
protected Map<OperatorKey,OperatorKey> |
LocalExecutionEngine.logicalToPhysicalKeys
|
protected Map<OperatorKey,OperatorKey> |
LocalExecutionEngine.logicalToPhysicalKeys
|
protected Map<OperatorKey,LocalResult> |
LocalExecutionEngine.materializedResults
|
protected Map<OperatorKey,ExecPhysicalOperator> |
LocalPhysicalPlan.opTable
|
protected Map<OperatorKey,ExecPhysicalOperator> |
LocalExecutionEngine.physicalOpTable
|
Methods in org.apache.pig.backend.local.executionengine that return OperatorKey | |
---|---|
OperatorKey |
LocalPhysicalPlan.getRoot()
|
Methods in org.apache.pig.backend.local.executionengine that return types with arguments of type OperatorKey | |
---|---|
Map<OperatorKey,OperatorKey> |
LocalExecutionEngine.getLogicalToPhysicalMap()
|
Map<OperatorKey,OperatorKey> |
LocalExecutionEngine.getLogicalToPhysicalMap()
|
Map<OperatorKey,ExecPhysicalOperator> |
LocalPhysicalPlan.getOpTable()
|
Constructors in org.apache.pig.backend.local.executionengine with parameters of type OperatorKey | |
---|---|
POEval(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey input,
EvalSpec specIn,
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,
OperatorKey[] inputsIn,
int outputType)
|
Constructor parameters in org.apache.pig.backend.local.executionengine with type arguments of type OperatorKey | |
---|---|
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,
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)
|
|
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 OperatorKey in org.apache.pig.impl.logicalLayer |
---|
Fields in org.apache.pig.impl.logicalLayer declared as OperatorKey | |
---|---|
protected OperatorKey |
LogicalPlan.root
|
Fields in org.apache.pig.impl.logicalLayer with type parameters of type OperatorKey | |
---|---|
protected List<OperatorKey> |
LogicalOperator.inputs
|
protected Map<OperatorKey,LogicalOperator> |
LogicalOperator.opTable
|
protected Map<OperatorKey,LogicalOperator> |
LogicalPlan.opTable
|
Methods in org.apache.pig.impl.logicalLayer that return OperatorKey | |
---|---|
OperatorKey |
LogicalOperator.getOperatorKey()
|
OperatorKey |
LogicalPlan.getRoot()
|
Methods in org.apache.pig.impl.logicalLayer that return types with arguments of type OperatorKey | |
---|---|
List<OperatorKey> |
LogicalOperator.getInputs()
|
Map<OperatorKey,LogicalOperator> |
LogicalOperator.getOpTable()
|
Map<OperatorKey,LogicalOperator> |
LogicalPlan.getOpTable()
|
Methods in org.apache.pig.impl.logicalLayer with parameters of type OperatorKey | |
---|---|
String |
LogicalPlan.appendChildren(OperatorKey parent,
int indentation)
|
void |
LogicalPlan.setRoot(OperatorKey newRoot)
|
Method parameters in org.apache.pig.impl.logicalLayer with type arguments of type OperatorKey | |
---|---|
LogicalPlan |
LogicalPlanBuilder.parse(String scope,
String query,
Map<String,LogicalPlan> aliases,
Map<OperatorKey,LogicalOperator> opTable)
|
Constructors in org.apache.pig.impl.logicalLayer with parameters of type OperatorKey | |
---|---|
LOEval(Map<OperatorKey,LogicalOperator> opTable,
String scope,
long id,
OperatorKey input,
EvalSpec specIn)
|
|
LogicalOperator(Map<OperatorKey,LogicalOperator> opTable,
String scope,
long id,
OperatorKey input)
|
|
LogicalPlan(OperatorKey rootIn,
Map<OperatorKey,LogicalOperator> opTable,
PigContext pigContext)
|
|
LOSort(Map<OperatorKey,LogicalOperator> opTable,
String scope,
long id,
OperatorKey input,
EvalSpec sortSpec)
|
|
LOSplit(Map<OperatorKey,LogicalOperator> opTable,
String scope,
long id,
OperatorKey input)
|
|
LOSplitOutput(Map<OperatorKey,LogicalOperator> opTable,
String scope,
long id,
OperatorKey splitOpInput,
int index)
|
|
LOStore(Map<OperatorKey,LogicalOperator> opTable,
String scope,
long id,
OperatorKey input,
FileSpec fileSpec,
boolean append)
|
Uses of OperatorKey in org.apache.pig.impl.physicalLayer |
---|
Fields in org.apache.pig.impl.physicalLayer declared as OperatorKey | |
---|---|
OperatorKey[] |
PhysicalOperator.inputs
|
Fields in org.apache.pig.impl.physicalLayer with type parameters of type OperatorKey | |
---|---|
protected Map<OperatorKey,ExecPhysicalOperator> |
POVisitor.mOpTable
|
Map<OperatorKey,ExecPhysicalOperator> |
PhysicalOperator.opTable
|
Methods in org.apache.pig.impl.physicalLayer that return OperatorKey | |
---|---|
OperatorKey |
PhysicalOperator.getOperatorKey()
|
Constructor parameters in org.apache.pig.impl.physicalLayer with type arguments of type OperatorKey | |
---|---|
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 |