|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogicalPlan | |
---|---|
org.apache.pig | |
org.apache.pig.impl.logicalLayer | |
org.apache.pig.impl.logicalLayer.optimizer | |
org.apache.pig.impl.logicalLayer.optimizer.streaming | |
org.apache.pig.pen |
Uses of LogicalPlan in org.apache.pig |
---|
Methods in org.apache.pig that return types with arguments of type LogicalPlan | |
---|---|
Map<String,LogicalPlan> |
PigServer.getAliases()
|
Methods in org.apache.pig with parameters of type LogicalPlan | |
---|---|
void |
PigServer.showExamples(LogicalPlan lp)
|
void |
PigServer.store(LogicalPlan readFrom,
String filename,
String func)
|
Uses of LogicalPlan in org.apache.pig.impl.logicalLayer |
---|
Methods in org.apache.pig.impl.logicalLayer that return LogicalPlan | |
---|---|
LogicalPlan |
LogicalPlanBuilder.parse(String scope,
String query,
Map<String,LogicalPlan> aliases,
Map<OperatorKey,LogicalOperator> opTable)
|
Method parameters in org.apache.pig.impl.logicalLayer with type arguments of type LogicalPlan | |
---|---|
LogicalPlan |
LogicalPlanBuilder.parse(String scope,
String query,
Map<String,LogicalPlan> aliases,
Map<OperatorKey,LogicalOperator> opTable)
|
Uses of LogicalPlan in org.apache.pig.impl.logicalLayer.optimizer |
---|
Methods in org.apache.pig.impl.logicalLayer.optimizer with parameters of type LogicalPlan | |
---|---|
abstract boolean |
Optimizer.optimize(LogicalPlan root)
Optimize the given LogicalPlan if feasible and return status. |
Uses of LogicalPlan in org.apache.pig.impl.logicalLayer.optimizer.streaming |
---|
Methods in org.apache.pig.impl.logicalLayer.optimizer.streaming with parameters of type LogicalPlan | |
---|---|
boolean |
LoadOptimizer.optimize(LogicalPlan root)
|
boolean |
StoreOptimizer.optimize(LogicalPlan root)
|
Uses of LogicalPlan in org.apache.pig.pen |
---|
Methods in org.apache.pig.pen with parameters of type LogicalPlan | |
---|---|
static Map<LogicalOperator,DataBag> |
ExGen.GenerateExamples(LogicalPlan plan,
PigContext hadoopPigContext)
|
static String |
DisplayExamples.PrintTabular(LogicalPlan lp,
Map<LogicalOperator,DataBag> exampleData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |