Modifier and Type | Method and Description |
---|---|
static FetchOrientation |
ThriftObjectConversions.toFetchOrientation(org.apache.hive.service.rpc.thrift.TFetchOrientation fetchOrientation) |
Modifier and Type | Method and Description |
---|---|
ResultSet |
SqlGatewayService.fetchResults(SessionHandle sessionHandle,
OperationHandle operationHandle,
FetchOrientation orientation,
int maxRows)
Fetch the results from the operation.
|
Modifier and Type | Method and Description |
---|---|
static FetchOrientation |
FetchOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchOrientation[] |
FetchOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
SqlGatewayServiceImpl.fetchResults(SessionHandle sessionHandle,
OperationHandle operationHandle,
FetchOrientation orientation,
int maxRows) |
Modifier and Type | Method and Description |
---|---|
ResultSet |
OperationManager.Operation.fetchResults(FetchOrientation orientation,
int maxRows) |
ResultSet |
OperationManager.fetchResults(OperationHandle operationHandle,
FetchOrientation orientation,
int maxRows) |
Modifier and Type | Method and Description |
---|---|
ResultSet |
ResultFetcher.fetchResults(FetchOrientation orientation,
int maxFetchSize) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.