Package | Description |
---|---|
org.apache.pig |
Public interfaces and classes for Pig.
|
org.apache.pig.backend.hadoop.hbase | |
org.apache.pig.builtin |
This package contains builtin Pig UDFs.
|
org.apache.pig.piggybank.storage |
Modifier and Type | Method and Description |
---|---|
static LoadPushDown.OperatorSet |
LoadPushDown.OperatorSet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadPushDown.OperatorSet[] |
LoadPushDown.OperatorSet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<LoadPushDown.OperatorSet> |
LoadPushDown.getFeatures()
Determine the operators that can be pushed to the loader.
|
Modifier and Type | Method and Description |
---|---|
List<LoadPushDown.OperatorSet> |
HBaseStorage.getFeatures() |
Modifier and Type | Method and Description |
---|---|
List<LoadPushDown.OperatorSet> |
PigStorage.getFeatures() |
List<LoadPushDown.OperatorSet> |
ParquetLoader.getFeatures() |
List<LoadPushDown.OperatorSet> |
OrcStorage.getFeatures() |
List<LoadPushDown.OperatorSet> |
AvroStorage.getFeatures() |
Modifier and Type | Method and Description |
---|---|
List<LoadPushDown.OperatorSet> |
HiveColumnarLoader.getFeatures() |
List<LoadPushDown.OperatorSet> |
FixedWidthLoader.getFeatures() |
List<LoadPushDown.OperatorSet> |
CSVLoader.getFeatures() |
List<LoadPushDown.OperatorSet> |
CSVExcelStorage.getFeatures() |
List<LoadPushDown.OperatorSet> |
AllLoader.getFeatures() |
Copyright © 2007-2017 The Apache Software Foundation