@InterfaceAudience.Public @InterfaceStability.Evolving public class LogicalPlanData extends Object
Constructor and Description |
---|
LogicalPlanData(LogicalPlan lp) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getLoadFuncs() |
int |
getNumLogicalRelationOperators()
Returns the number of
LogicalRelationalOperator s present in the
pig script. |
int |
getNumSinks() |
int |
getNumSources() |
List<String> |
getSinks() |
List<String> |
getSources() |
List<String> |
getStoreFuncs() |
public LogicalPlanData(LogicalPlan lp)
public int getNumLogicalRelationOperators()
LogicalRelationalOperator
s present in the
pig script.public int getNumSources()
public int getNumSinks()
public List<String> getSources()
public List<String> getSinks()
public List<String> getLoadFuncs()
Copyright © 2007-2017 The Apache Software Foundation