org.apache.pig.impl.physicalLayer
Class PlanCompiler

java.lang.Object
  extended by org.apache.pig.impl.physicalLayer.PlanCompiler

public abstract class PlanCompiler
extends Object


Constructor Summary
PlanCompiler()
           
 
Method Summary
abstract  PhysicalOperator compile(LogicalOperator lo, Map queryResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanCompiler

public PlanCompiler()
Method Detail

compile

public abstract PhysicalOperator compile(LogicalOperator lo,
                                         Map queryResults)
                                  throws IOException
Throws:
IOException


Copyright © ${year} The Apache Software Foundation