Uses of Class
org.apache.pig.LoadPushDown.OperatorSet

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.builtin   
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.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()
           
 



Copyright © ${year} The Apache Software Foundation