|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadPushDown.OperatorSet | |
---|---|
org.apache.hadoop.zebra.pig | Implementation of PIG Storer/Loader Interfaces |
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 |
Uses of LoadPushDown.OperatorSet in org.apache.hadoop.zebra.pig |
---|
Methods in org.apache.hadoop.zebra.pig that return types with arguments of type LoadPushDown.OperatorSet | |
---|---|
List<LoadPushDown.OperatorSet> |
TableLoader.getFeatures()
|
Uses of LoadPushDown.OperatorSet in org.apache.pig |
---|
Methods in org.apache.pig that return LoadPushDown.OperatorSet | |
---|---|
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. |
Methods in org.apache.pig that return types with arguments of type LoadPushDown.OperatorSet | |
---|---|
List<LoadPushDown.OperatorSet> |
LoadPushDown.getFeatures()
Determine the operators that can be pushed to the loader. |
Uses of LoadPushDown.OperatorSet in org.apache.pig.backend.hadoop.hbase |
---|
Methods in org.apache.pig.backend.hadoop.hbase that return types with arguments of type LoadPushDown.OperatorSet | |
---|---|
List<LoadPushDown.OperatorSet> |
HBaseStorage.getFeatures()
|
Uses of LoadPushDown.OperatorSet in org.apache.pig.builtin |
---|
Methods in org.apache.pig.builtin that return types with arguments of type LoadPushDown.OperatorSet | |
---|---|
List<LoadPushDown.OperatorSet> |
PigStorage.getFeatures()
|
Uses of LoadPushDown.OperatorSet in org.apache.pig.piggybank.storage |
---|
Methods in org.apache.pig.piggybank.storage that return types with arguments of type LoadPushDown.OperatorSet | |
---|---|
List<LoadPushDown.OperatorSet> |
HiveColumnarLoader.getFeatures()
|
List<LoadPushDown.OperatorSet> |
CSVLoader.getFeatures()
|
List<LoadPushDown.OperatorSet> |
CSVExcelStorage.getFeatures()
|
List<LoadPushDown.OperatorSet> |
AllLoader.getFeatures()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |