org.apache.pig.impl.logicalLayer
Class LogicalPlanBuilder

java.lang.Object
  extended by 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


Field Summary
static ClassLoader classloader
           
 
Constructor Summary
LogicalPlanBuilder(PigContext pigContext)
           
 
Method Summary
 LogicalPlan parse(String scope, String query, Map<String,LogicalPlan> aliases, Map<OperatorKey,LogicalOperator> opTable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classloader

public static ClassLoader classloader
Constructor Detail

LogicalPlanBuilder

public LogicalPlanBuilder(PigContext pigContext)
Method Detail

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