|
||||||||||
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 | |
org.apache.pig.impl.logicalLayer | The logical operators that represent a pig script and tools for manipulating those operators. |
org.apache.pig.piggybank.storage |
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.logicalLayer |
---|
Methods in org.apache.pig.impl.logicalLayer that return Expression | |
---|---|
static Expression |
PColFilterExtractor.getExpression(ExpressionOperator 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 |
JsonMetadata.setPartitionFilter(Expression partitionFilter)
|
void |
PigStorageSchema.setPartitionFilter(Expression partitionFilter)
|
void |
HiveColumnarLoader.setPartitionFilter(Expression partitionFilter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |