Modifier and Type | Method and Description |
---|---|
void |
UidResetter.visit(LOLoad load) |
void |
SchemaResetter.visit(LOLoad load) |
void |
AllSameRalationalNodesVisitor.visit(LOLoad load) |
Modifier and Type | Method and Description |
---|---|
void |
LogicalRelationalNodesVisitor.visit(LOLoad load) |
void |
LogToPhyTranslationVisitor.visit(LOLoad loLoad) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnPruneVisitor.addRequiredItems(LOLoad load,
Pair<Map<Integer,Set<String>>,Set<Integer>> requiredItem) |
void |
MapKeysPruneHelper.MapMarker.visit(LOLoad load) |
void |
ColumnPruneVisitor.visit(LOLoad load) |
Constructor and Description |
---|
ColumnPruneVisitor(OperatorPlan plan,
Map<LOLoad,Pair<Map<Integer,Set<String>>,Set<Integer>>> requiredItems,
boolean columnPrune) |
Modifier and Type | Method and Description |
---|---|
void |
TypeCheckingRelVisitor.visit(LOLoad load) |
void |
LineageFindRelVisitor.visit(LOLoad load) |
Modifier and Type | Method and Description |
---|---|
Map<LOLoad,DataBag> |
AugmentBaseDataVisitor.getNewBaseData() |
Modifier and Type | Method and Description |
---|---|
void |
LineageTrimmingVisitor.visit(LOLoad load) |
void |
AugmentBaseDataVisitor.visit(LOLoad load) |
Modifier and Type | Method and Description |
---|---|
Map<Operator,DataBag> |
ExampleGenerator.getData(Map<LOLoad,DataBag> newBaseData) |
void |
LocalMapReduceSimulator.launchPig(PhysicalPlan php,
Map<LOLoad,DataBag> baseData,
LineageTracer lineage,
IllustratorAttacher attacher,
ExampleGenerator eg,
PigContext pc) |
Constructor and Description |
---|
AugmentBaseDataVisitor(OperatorPlan plan,
Map<Operator,PhysicalOperator> logToPhysMap,
Map<LOLoad,DataBag> baseData,
Map<Operator,DataBag> derivedData) |
LineageTrimmingVisitor(LogicalPlan plan,
Map<LOLoad,DataBag> baseData,
ExampleGenerator eg,
Map<Operator,PhysicalOperator> LogToPhyMap,
PhysicalPlan physPlan,
PigContext pc) |
Copyright © 2007-2017 The Apache Software Foundation