Uses of Interface
org.apache.pig.backend.executionengine.ExecLogicalPlan

Packages that use ExecLogicalPlan
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.local.executionengine   
org.apache.pig.impl.logicalLayer   
 

Uses of ExecLogicalPlan in org.apache.pig.backend.executionengine
 

Methods in org.apache.pig.backend.executionengine with parameters of type ExecLogicalPlan
 ExecPhysicalPlan ExecutionEngine.compile(ExecLogicalPlan[] plans, Properties properties)
           
 ExecPhysicalPlan ExecutionEngine.compile(ExecLogicalPlan plan, Properties properties)
          Compiles a logical plan into a physical plan, given a set of configuration properties that apply at the plan-level.
 

Uses of ExecLogicalPlan in org.apache.pig.backend.hadoop.executionengine
 

Methods in org.apache.pig.backend.hadoop.executionengine with parameters of type ExecLogicalPlan
 ExecPhysicalPlan HExecutionEngine.compile(ExecLogicalPlan[] plans, Properties properties)
           
 ExecPhysicalPlan HExecutionEngine.compile(ExecLogicalPlan plan, Properties properties)
           
 

Uses of ExecLogicalPlan in org.apache.pig.backend.local.executionengine
 

Methods in org.apache.pig.backend.local.executionengine with parameters of type ExecLogicalPlan
 LocalPhysicalPlan LocalExecutionEngine.compile(ExecLogicalPlan[] plans, Properties properties)
           
 LocalPhysicalPlan LocalExecutionEngine.compile(ExecLogicalPlan plan, Properties properties)
           
 

Uses of ExecLogicalPlan in org.apache.pig.impl.logicalLayer
 

Classes in org.apache.pig.impl.logicalLayer that implement ExecLogicalPlan
 class LogicalPlan
           
 



Copyright © ${year} The Apache Software Foundation