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.builtin.mock   
org.apache.pig.impl.io   
org.apache.pig.newplan   
org.apache.pig.newplan.logical.rules   
org.apache.pig.piggybank.storage   
org.apache.pig.piggybank.storage.avro   
 

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.
 void LoadFuncMetadataWrapper.setPartitionFilter(Expression partitionFilter)
           
 

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 PigStorage.setPartitionFilter(Expression partitionFilter)
           
 void JsonMetadata.setPartitionFilter(Expression partitionFilter)
           
 void JsonLoader.setPartitionFilter(Expression partitionFilter)
           
 void BinStorage.setPartitionFilter(Expression plan)
           
 void AvroStorage.setPartitionFilter(Expression partitionFilter)
           
 

Uses of Expression in org.apache.pig.builtin.mock
 

Methods in org.apache.pig.builtin.mock with parameters of type Expression
 void Storage.setPartitionFilter(Expression partitionFilter)
           
 

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 SequenceFileInterStorage.setPartitionFilter(Expression partitionFilter)
           
 void ReadToEndLoader.setPartitionFilter(Expression partitionFilter)
           
 void InterStorage.setPartitionFilter(Expression plan)
           
 

Uses of Expression in org.apache.pig.newplan
 

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

Uses of Expression in org.apache.pig.newplan.logical.rules
 

Methods in org.apache.pig.newplan.logical.rules with parameters of type Expression
protected  void PartitionFilterOptimizer.PartitionFilterPushDownTransformer.updateMappedColNames(Expression expr)
           
 

Uses of Expression in org.apache.pig.piggybank.storage
 

Methods in org.apache.pig.piggybank.storage with parameters of type Expression
 void HiveColumnarLoader.setPartitionFilter(Expression partitionFilter)
           
 void FixedWidthStorer.setPartitionFilter(Expression partitionFilter)
           
 void FixedWidthLoader.setPartitionFilter(Expression partitionFilter)
           
 void AllLoader.setPartitionFilter(Expression partitionFilter)
           
 

Uses of Expression in org.apache.pig.piggybank.storage.avro
 

Methods in org.apache.pig.piggybank.storage.avro with parameters of type Expression
 void AvroStorage.setPartitionFilter(Expression partitionFilter)
           
 



Copyright © 2007-2012 The Apache Software Foundation