Methods in org.apache.hive.service.cli that return OperationHandle |
OperationHandle |
ICLIService.executeStatement(SessionHandle sessionHandle,
String statement,
Map<String,String> confOverlay)
|
OperationHandle |
EmbeddedCLIServiceClient.executeStatement(SessionHandle sessionHandle,
String statement,
Map<String,String> confOverlay)
|
abstract OperationHandle |
CLIServiceClient.executeStatement(SessionHandle sessionHandle,
String statement,
Map<String,String> confOverlay)
|
OperationHandle |
CLIService.executeStatement(SessionHandle sessionHandle,
String statement,
Map<String,String> confOverlay)
|
OperationHandle |
ICLIService.getCatalogs(SessionHandle sessionHandle)
|
OperationHandle |
EmbeddedCLIServiceClient.getCatalogs(SessionHandle sessionHandle)
|
abstract OperationHandle |
CLIServiceClient.getCatalogs(SessionHandle sessionHandle)
|
OperationHandle |
CLIService.getCatalogs(SessionHandle sessionHandle)
|
OperationHandle |
ICLIService.getColumns(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
String columnName)
|
OperationHandle |
EmbeddedCLIServiceClient.getColumns(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
String columnName)
|
abstract OperationHandle |
CLIServiceClient.getColumns(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
String columnName)
|
OperationHandle |
CLIService.getColumns(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
String columnName)
|
OperationHandle |
ICLIService.getFunctions(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String functionName)
|
OperationHandle |
EmbeddedCLIServiceClient.getFunctions(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String functionName)
|
abstract OperationHandle |
CLIServiceClient.getFunctions(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String functionName)
|
OperationHandle |
CLIService.getFunctions(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String functionName)
|
OperationHandle |
ICLIService.getSchemas(SessionHandle sessionHandle,
String catalogName,
String schemaName)
|
OperationHandle |
EmbeddedCLIServiceClient.getSchemas(SessionHandle sessionHandle,
String catalogName,
String schemaName)
|
abstract OperationHandle |
CLIServiceClient.getSchemas(SessionHandle sessionHandle,
String catalogName,
String schemaName)
|
OperationHandle |
CLIService.getSchemas(SessionHandle sessionHandle,
String catalogName,
String schemaName)
|
OperationHandle |
ICLIService.getTables(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
|
OperationHandle |
EmbeddedCLIServiceClient.getTables(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
|
abstract OperationHandle |
CLIServiceClient.getTables(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
|
OperationHandle |
CLIService.getTables(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
|
OperationHandle |
ICLIService.getTableTypes(SessionHandle sessionHandle)
|
OperationHandle |
EmbeddedCLIServiceClient.getTableTypes(SessionHandle sessionHandle)
|
abstract OperationHandle |
CLIServiceClient.getTableTypes(SessionHandle sessionHandle)
|
OperationHandle |
CLIService.getTableTypes(SessionHandle sessionHandle)
|
OperationHandle |
ICLIService.getTypeInfo(SessionHandle sessionHandle)
|
OperationHandle |
EmbeddedCLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
|
abstract OperationHandle |
CLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
|
OperationHandle |
CLIService.getTypeInfo(SessionHandle sessionHandle)
|
Methods in org.apache.hive.service.cli.thrift that return OperationHandle |
OperationHandle |
ThriftCLIServiceClient.executeStatement(SessionHandle sessionHandle,
String statement,
Map<String,String> confOverlay)
|
OperationHandle |
ThriftCLIServiceClient.getCatalogs(SessionHandle sessionHandle)
|
OperationHandle |
ThriftCLIServiceClient.getColumns(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
String columnName)
|
OperationHandle |
ThriftCLIServiceClient.getFunctions(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String functionName)
|
OperationHandle |
ThriftCLIServiceClient.getSchemas(SessionHandle sessionHandle,
String catalogName,
String schemaName)
|
OperationHandle |
ThriftCLIServiceClient.getTables(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
|
OperationHandle |
ThriftCLIServiceClient.getTableTypes(SessionHandle sessionHandle)
|
OperationHandle |
ThriftCLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
|