|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogicalOperator in org.apache.pig.backend.executionengine |
---|
Methods in org.apache.pig.backend.executionengine that return types with arguments of type LogicalOperator | |
---|---|
Map<OperatorKey,LogicalOperator> |
ExecLogicalPlan.getOpTable()
|
Uses of LogicalOperator in org.apache.pig.backend.hadoop.executionengine |
---|
Method parameters in org.apache.pig.backend.hadoop.executionengine with type arguments of type LogicalOperator | |
---|---|
OperatorKey |
MapreducePlanCompiler.compile(OperatorKey logicalKey,
Map<OperatorKey,LogicalOperator> logicalOpTable,
HExecutionEngine execEngine)
|
Uses of LogicalOperator in org.apache.pig.impl.logicalLayer |
---|
Subclasses of LogicalOperator in org.apache.pig.impl.logicalLayer | |
---|---|
class |
LOCogroup
|
class |
LODefine
|
class |
LOEval
|
class |
LOLoad
|
class |
LOSort
|
class |
LOSplit
|
class |
LOSplitOutput
|
class |
LOStore
|
class |
LOUnion
|
Fields in org.apache.pig.impl.logicalLayer with type parameters of type LogicalOperator | |
---|---|
protected Map<OperatorKey,LogicalOperator> |
LogicalOperator.opTable
|
protected Map<OperatorKey,LogicalOperator> |
LogicalPlan.opTable
|
Methods in org.apache.pig.impl.logicalLayer that return LogicalOperator | |
---|---|
LogicalOperator |
LogicalPlan.getRootOperator()
|
Methods in org.apache.pig.impl.logicalLayer that return types with arguments of type LogicalOperator | |
---|---|
Map<OperatorKey,LogicalOperator> |
LogicalOperator.getOpTable()
|
Map<OperatorKey,LogicalOperator> |
LogicalPlan.getOpTable()
|
Method parameters in org.apache.pig.impl.logicalLayer with type arguments of type LogicalOperator | |
---|---|
LogicalPlan |
LogicalPlanBuilder.parse(String scope,
String query,
Map<String,LogicalPlan> aliases,
Map<OperatorKey,LogicalOperator> opTable)
|
Uses of LogicalOperator in org.apache.pig.impl.physicalLayer |
---|
Methods in org.apache.pig.impl.physicalLayer with parameters of type LogicalOperator | |
---|---|
abstract PhysicalOperator |
PlanCompiler.compile(LogicalOperator lo,
Map queryResults)
|
Uses of LogicalOperator in org.apache.pig.pen |
---|
Methods in org.apache.pig.pen that return types with arguments of type LogicalOperator | |
---|---|
static Map<LogicalOperator,DataBag> |
ExGen.GenerateExamples(LogicalPlan plan,
PigContext hadoopPigContext)
|
Methods in org.apache.pig.pen with parameters of type LogicalOperator | |
---|---|
static Collection<IdentityHashSet<Tuple>> |
DerivedData.GetEquivalenceClasses(LogicalOperator op,
Map<LogicalOperator,DataBag> derivedData)
|
Method parameters in org.apache.pig.pen with type arguments of type LogicalOperator | |
---|---|
static Collection<IdentityHashSet<Tuple>> |
DerivedData.GetEquivalenceClasses(LogicalOperator op,
Map<LogicalOperator,DataBag> derivedData)
|
static String |
DisplayExamples.PrintTabular(LogicalPlan lp,
Map<LogicalOperator,DataBag> exampleData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |