Uses of Class
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.ConstantExpression

Packages that use ConstantExpression
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans   
 

Uses of ConstantExpression in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type ConstantExpression
 void PhyPlanSetter.visitConstant(ConstantExpression cnst)
           
 

Uses of ConstantExpression in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators that return ConstantExpression
 ConstantExpression ConstantExpression.clone()
           
 

Uses of ConstantExpression in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans with parameters of type ConstantExpression
 void PhyPlanVisitor.visitConstant(ConstantExpression cnst)
           
 



Copyright © ${year} The Apache Software Foundation