Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
static class |
Expression.BinaryExpression |
static class |
Expression.Column |
static class |
Expression.Const |
Modifier and Type | Method and Description |
---|---|
Expression |
Expression.BinaryExpression.getLhs() |
Expression |
Expression.BinaryExpression.getRhs() |
Modifier and Type | Method and Description |
---|---|
void |
LoadMetadata.setPartitionFilter(Expression partitionFilter)
Set the filter for partitioning.
|
void |
LoadFuncMetadataWrapper.setPartitionFilter(Expression partitionFilter) |
Constructor and Description |
---|
BinaryExpression(Expression lhs,
Expression rhs,
Expression.OpType opType) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
Storage.setPartitionFilter(Expression partitionFilter) |
Modifier and Type | Method and Description |
---|---|
void |
TFileStorage.setPartitionFilter(Expression plan) |
void |
SequenceFileInterStorage.setPartitionFilter(Expression partitionFilter) |
void |
ReadToEndLoader.setPartitionFilter(Expression partitionFilter) |
void |
InterStorage.setPartitionFilter(Expression plan) |
Modifier and Type | Method and Description |
---|---|
static Expression |
FilterExtractor.getExpression(LogicalExpression op) |
Expression |
FilterExtractor.getPColCondition() |
Modifier and Type | Method and Description |
---|---|
protected void |
PartitionFilterOptimizer.PartitionFilterPushDownTransformer.updateMappedColNames(Expression expr) |
Copyright © 2007-2012 The Apache Software Foundation