public class LogicalPlanData extends Object
| Constructor and Description |
|---|
LogicalPlanData(LogicalPlan lp) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getLoadFuncs() |
List<String> |
getSinks() |
List<String> |
getSources() |
List<String> |
getStoreFuncs() |
public LogicalPlanData(LogicalPlan lp)
public List<String> getSources()
public List<String> getSinks()
public List<String> getLoadFuncs()
Copyright © 2007-2012 The Apache Software Foundation