org.apache.pig.impl.logicalLayer
Class LogicalPlanBuilder
java.lang.Object
org.apache.pig.impl.logicalLayer.LogicalPlanBuilder
public class LogicalPlanBuilder
- extends Object
PlanBuilder class outputs a logical plan given a query String and set of ValidIDs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classloader
public static ClassLoader classloader
LogicalPlanBuilder
public LogicalPlanBuilder(PigContext pigContext)
parse
public LogicalPlan parse(String scope,
String query,
Map<String,LogicalPlan> aliases,
Map<OperatorKey,LogicalOperator> opTable)
throws IOException,
org.apache.pig.impl.logicalLayer.parser.ParseException
- Throws:
IOException
org.apache.pig.impl.logicalLayer.parser.ParseException
Copyright © ${year} The Apache Software Foundation