|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogicalPlan in org.apache.pig |
---|
Methods in org.apache.pig that return LogicalPlan | |
---|---|
LogicalPlan |
PigServer.Graph.getPlan(String alias)
|
Methods in org.apache.pig that return types with arguments of type LogicalPlan | |
---|---|
Map<String,LogicalPlan> |
PigServer.getAliases()
Return a map containing the logical plan associated with each alias. |
Uses of LogicalPlan in org.apache.pig.backend.hadoop.executionengine |
---|
Methods in org.apache.pig.backend.hadoop.executionengine that return LogicalPlan | |
---|---|
LogicalPlan |
HExecutionEngine.getNewPlan()
|
Methods in org.apache.pig.backend.hadoop.executionengine with parameters of type LogicalPlan | |
---|---|
PhysicalPlan |
HExecutionEngine.compile(LogicalPlan plan,
Properties properties)
|
Map<LOForEach,Map<LogicalRelationalOperator,PhysicalOperator>> |
HExecutionEngine.getForEachInnerLogToPhyMap(LogicalPlan plan)
|
Uses of LogicalPlan in org.apache.pig.newplan.logical |
---|
Methods in org.apache.pig.newplan.logical with parameters of type LogicalPlan | |
---|---|
static LOForEach |
Util.addForEachAfter(LogicalPlan plan,
LogicalRelationalOperator op,
int branch,
Set<Integer> columnsToDrop)
|
Uses of LogicalPlan in org.apache.pig.newplan.logical.relational |
---|
Methods in org.apache.pig.newplan.logical.relational that return LogicalPlan | |
---|---|
LogicalPlan |
LOForEach.getInnerPlan()
|
Methods in org.apache.pig.newplan.logical.relational with parameters of type LogicalPlan | |
---|---|
Operator |
LOSort.getInput(LogicalPlan plan)
|
Operator |
LOLimit.getInput(LogicalPlan plan)
|
Operator |
LOFilter.getInput(LogicalPlan plan)
|
Operator |
LODistinct.getInput(LogicalPlan plan)
|
List<Operator> |
LOUnion.getInputs(LogicalPlan plan)
|
List<Operator> |
LOJoin.getInputs(LogicalPlan plan)
|
List<Operator> |
LOCube.getInputs(LogicalPlan plan)
|
List<Operator> |
LOCogroup.getInputs(LogicalPlan plan)
|
void |
LOForEach.setInnerPlan(LogicalPlan p)
|
Uses of LogicalPlan in org.apache.pig.newplan.logical.visitor |
---|
Constructors in org.apache.pig.newplan.logical.visitor with parameters of type LogicalPlan | |
---|---|
CastLineageSetter(LogicalPlan plan,
CompilationMessageCollector msgCollector)
|
Uses of LogicalPlan in org.apache.pig.parser |
---|
Methods in org.apache.pig.parser that return LogicalPlan | |
---|---|
LogicalPlan |
QueryParserDriver.parse(String query)
|
Methods in org.apache.pig.parser with parameters of type LogicalPlan | |
---|---|
static void |
QueryParserUtils.attachStorePlan(String scope,
LogicalPlan lp,
String fileName,
String func,
Operator input,
String alias,
PigContext pigContext)
|
Uses of LogicalPlan in org.apache.pig.pen |
---|
Methods in org.apache.pig.pen with parameters of type LogicalPlan | |
---|---|
static Map<LogicalRelationalOperator,Collection<IdentityHashSet<Tuple>>> |
EquivalenceClasses.getLoToEqClassMap(PhysicalPlan plan,
LogicalPlan lp,
Map<Operator,PhysicalOperator> logToPhyMap,
Map<Operator,DataBag> logToDataMap,
Map<LOForEach,Map<LogicalRelationalOperator,PhysicalOperator>> forEachInnerLogToPhyMap,
HashMap<PhysicalOperator,Collection<IdentityHashSet<Tuple>>> poToEqclassesMap)
|
Constructors in org.apache.pig.pen with parameters of type LogicalPlan | |
---|---|
ExampleGenerator(LogicalPlan plan,
PigContext hadoopPigContext)
|
|
LineageTrimmingVisitor(LogicalPlan plan,
Map<LOLoad,DataBag> baseData,
ExampleGenerator eg,
Map<Operator,PhysicalOperator> LogToPhyMap,
PhysicalPlan physPlan,
PigContext pc)
|
Uses of LogicalPlan in org.apache.pig.pen.util |
---|
Methods in org.apache.pig.pen.util with parameters of type LogicalPlan | |
---|---|
static void |
DisplayExamples.printSimple(Operator op,
LogicalPlan lp,
Map<Operator,DataBag> exampleData)
|
static String |
DisplayExamples.printTabular(LogicalPlan lp,
Map<Operator,DataBag> exampleData,
Map<LOForEach,Map<LogicalRelationalOperator,DataBag>> forEachInnerLogToDataMap)
|
Uses of LogicalPlan in org.apache.pig.tools |
---|
Fields in org.apache.pig.tools declared as LogicalPlan | |
---|---|
LogicalPlan |
ToolsPigServer.PigPlans.lp
|
Methods in org.apache.pig.tools with parameters of type LogicalPlan | |
---|---|
List<ExecJob> |
ToolsPigServer.runPlan(LogicalPlan newPlan,
String jobName)
Given a (modified) new logical plan, run the script. |
Constructors in org.apache.pig.tools with parameters of type LogicalPlan | |
---|---|
ToolsPigServer.PigPlans(LogicalPlan lp)
|
Uses of LogicalPlan in org.apache.pig.tools.pigstats |
---|
Methods in org.apache.pig.tools.pigstats with parameters of type LogicalPlan | |
---|---|
void |
ScriptState.setScriptFeatures(LogicalPlan plan)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |