Uses of Class
org.apache.pig.Expression

Packages that use Expression
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.builtin This package contains builtin Pig UDFs. 
org.apache.pig.impl.io   
org.apache.pig.newplan   
 

Uses of Expression in org.apache.pig
 

Subclasses of Expression in org.apache.pig
static class Expression.BinaryExpression
           
static class Expression.Column
           
static class Expression.Const
           
 

Methods in org.apache.pig that return Expression
 Expression Expression.BinaryExpression.getLhs()
           
 Expression Expression.BinaryExpression.getRhs()
           
 

Methods in org.apache.pig with parameters of type Expression
 void LoadMetadata.setPartitionFilter(Expression partitionFilter)
          Set the filter for partitioning.
 

Constructors in org.apache.pig with parameters of type Expression
Expression.BinaryExpression(Expression lhs, Expression rhs, Expression.OpType opType)
           
 

Uses of Expression in org.apache.pig.builtin
 

Methods in org.apache.pig.builtin with parameters of type Expression
 void BinStorage.setPartitionFilter(Expression plan)
           
 

Uses of Expression in org.apache.pig.impl.io
 

Methods in org.apache.pig.impl.io with parameters of type Expression
 void TFileStorage.setPartitionFilter(Expression plan)
           
 void InterStorage.setPartitionFilter(Expression plan)
           
 

Uses of Expression in org.apache.pig.newplan
 

Methods in org.apache.pig.newplan that return Expression
 Expression PColFilterExtractor.getExpression(LogicalExpression op)
           
 Expression PColFilterExtractor.getPColCondition()
           
 



Copyright © ${year} The Apache Software Foundation