|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LOForEach | |
---|---|
org.apache.pig.newplan.logical | |
org.apache.pig.newplan.logical.optimizer | |
org.apache.pig.newplan.logical.relational | |
org.apache.pig.newplan.logical.rules |
Uses of LOForEach in org.apache.pig.newplan.logical |
---|
Methods in org.apache.pig.newplan.logical that return LOForEach | |
---|---|
static LOForEach |
Util.addForEachAfter(LogicalPlan plan,
LogicalRelationalOperator op,
int branch,
Set<Integer> columnsToDrop)
|
Constructors in org.apache.pig.newplan.logical with parameters of type LOForEach | |
---|---|
ForeachInnerPlanVisitor(LOForEach foreach,
LOForEach oldForeach,
LogicalPlan innerPlan,
LogicalPlan oldLogicalPlan,
Map<LogicalOperator,LogicalRelationalOperator> outerOpsMap)
|
Uses of LOForEach in org.apache.pig.newplan.logical.optimizer |
---|
Methods in org.apache.pig.newplan.logical.optimizer with parameters of type LOForEach | |
---|---|
void |
UidResetter.visit(LOForEach foreach)
|
void |
SchemaResetter.visit(LOForEach foreach)
|
void |
AllSameRalationalNodesVisitor.visit(LOForEach foreach)
|
void |
AllExpressionVisitor.visit(LOForEach foreach)
|
Uses of LOForEach in org.apache.pig.newplan.logical.relational |
---|
Methods in org.apache.pig.newplan.logical.relational that return LOForEach | |
---|---|
LOForEach |
LOInnerLoad.getLOForEach()
Get the LOForEach operator that contains this operator as part of inner plan |
Methods in org.apache.pig.newplan.logical.relational with parameters of type LOForEach | |
---|---|
void |
LogicalRelationalNodesVisitor.visit(LOForEach foreach)
|
void |
LogToPhyTranslationVisitor.visit(LOForEach foreach)
|
Constructors in org.apache.pig.newplan.logical.relational with parameters of type LOForEach | |
---|---|
LOInnerLoad(OperatorPlan plan,
LOForEach foreach,
int colNum)
|
Uses of LOForEach in org.apache.pig.newplan.logical.rules |
---|
Methods in org.apache.pig.newplan.logical.rules with parameters of type LOForEach | |
---|---|
static LOGenerate |
OptimizerUtils.findGenerate(LOForEach foreach)
Find generate op from the foreach operator. |
static boolean |
OptimizerUtils.hasFlatten(LOForEach foreach)
Helper method to find if a given LOForEach instance contains any flatten fields. |
void |
ColumnPruneVisitor.visit(LOForEach foreach)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |