Uses of Class
org.apache.hive.service.cli.thrift.TFetchOrientation

Packages that use TFetchOrientation
org.apache.hive.service.cli   
org.apache.hive.service.cli.thrift   
 

Uses of TFetchOrientation in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli that return TFetchOrientation
 TFetchOrientation FetchOrientation.toTFetchOrientation()
           
 

Methods in org.apache.hive.service.cli with parameters of type TFetchOrientation
static FetchOrientation FetchOrientation.getFetchOrientation(TFetchOrientation tFetchOrientation)
           
 

Uses of TFetchOrientation in org.apache.hive.service.cli.thrift
 

Methods in org.apache.hive.service.cli.thrift that return TFetchOrientation
static TFetchOrientation TFetchOrientation.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TFetchOrientation TFetchResultsReq.getOrientation()
           
static TFetchOrientation TFetchOrientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TFetchOrientation[] TFetchOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TFetchOrientation
 void TFetchResultsReq.setOrientation(TFetchOrientation orientation)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TFetchOrientation
TFetchResultsReq(TOperationHandle operationHandle, TFetchOrientation orientation, long maxRows)
           
 



Copyright © 2012 The Apache Software Foundation