|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
org.apache.hadoop.zebra.pig | Implementation of PIG Storer/Loader Interfaces |
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 | |
org.apache.pig.piggybank.storage | |
org.apache.pig.piggybank.storage.avro |
Uses of Expression in org.apache.hadoop.zebra.pig |
---|
Methods in org.apache.hadoop.zebra.pig with parameters of type Expression | |
---|---|
void |
TableLoader.setPartitionFilter(Expression partitionFilter)
|
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()
|
Uses of Expression in org.apache.pig.piggybank.storage |
---|
Methods in org.apache.pig.piggybank.storage with parameters of type Expression | |
---|---|
void |
PigStorageSchema.setPartitionFilter(Expression partitionFilter)
|
void |
JsonMetadata.setPartitionFilter(Expression partitionFilter)
|
void |
HiveColumnarLoader.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |