|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchOrientation | |
---|---|
org.apache.hive.service.cli | |
org.apache.hive.service.cli.operation | |
org.apache.hive.service.cli.thrift |
Uses of FetchOrientation in org.apache.hive.service.cli |
---|
Methods in org.apache.hive.service.cli that return FetchOrientation | |
---|---|
static FetchOrientation |
FetchOrientation.getFetchOrientation(TFetchOrientation tFetchOrientation)
|
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. |
Methods in org.apache.hive.service.cli with parameters of type FetchOrientation | |
---|---|
RowSet |
ICLIService.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows)
|
RowSet |
EmbeddedCLIServiceClient.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows)
|
abstract RowSet |
CLIServiceClient.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows)
|
RowSet |
CLIService.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows)
|
Uses of FetchOrientation in org.apache.hive.service.cli.operation |
---|
Methods in org.apache.hive.service.cli.operation with parameters of type FetchOrientation | |
---|---|
RowSet |
SQLOperation.getNextRowSet(FetchOrientation orientation,
long maxRows)
|
abstract RowSet |
Operation.getNextRowSet(FetchOrientation orientation,
long maxRows)
|
RowSet |
HiveCommandOperation.getNextRowSet(FetchOrientation orientation,
long maxRows)
|
RowSet |
GetTypeInfoOperation.getNextRowSet(FetchOrientation orientation,
long maxRows)
|
RowSet |
GetTableTypesOperation.getNextRowSet(FetchOrientation orientation,
long maxRows)
|
RowSet |
GetTablesOperation.getNextRowSet(FetchOrientation orientation,
long maxRows)
|
RowSet |
GetSchemasOperation.getNextRowSet(FetchOrientation orientation,
long maxRows)
|
RowSet |
GetFunctionsOperation.getNextRowSet(FetchOrientation orientation,
long maxRows)
|
RowSet |
GetColumnsOperation.getNextRowSet(FetchOrientation orientation,
long maxRows)
|
RowSet |
GetCatalogsOperation.getNextRowSet(FetchOrientation orientation,
long maxRows)
|
RowSet |
OperationManager.getOperationNextRowSet(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows)
|
Uses of FetchOrientation in org.apache.hive.service.cli.thrift |
---|
Methods in org.apache.hive.service.cli.thrift with parameters of type FetchOrientation | |
---|---|
RowSet |
ThriftCLIServiceClient.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |