org.apache.hive.service.cli.thrift
Interface TCLIService.Iface
- All Known Implementing Classes:
- EmbeddedThriftCLIService, TCLIService.Client, ThriftCLIService
- Enclosing class:
- TCLIService
public static interface TCLIService.Iface
OpenSession
TOpenSessionResp OpenSession(TOpenSessionReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
CloseSession
TCloseSessionResp CloseSession(TCloseSessionReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
GetInfo
TGetInfoResp GetInfo(TGetInfoReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
ExecuteStatement
TExecuteStatementResp ExecuteStatement(TExecuteStatementReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
GetTypeInfo
TGetTypeInfoResp GetTypeInfo(TGetTypeInfoReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
GetCatalogs
TGetCatalogsResp GetCatalogs(TGetCatalogsReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
GetSchemas
TGetSchemasResp GetSchemas(TGetSchemasReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
GetTables
TGetTablesResp GetTables(TGetTablesReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
GetTableTypes
TGetTableTypesResp GetTableTypes(TGetTableTypesReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
GetColumns
TGetColumnsResp GetColumns(TGetColumnsReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
GetFunctions
TGetFunctionsResp GetFunctions(TGetFunctionsReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
GetOperationStatus
TGetOperationStatusResp GetOperationStatus(TGetOperationStatusReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
CancelOperation
TCancelOperationResp CancelOperation(TCancelOperationReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
CloseOperation
TCloseOperationResp CloseOperation(TCloseOperationReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
GetResultSetMetadata
TGetResultSetMetadataResp GetResultSetMetadata(TGetResultSetMetadataReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
FetchResults
TFetchResultsResp FetchResults(TFetchResultsReq req)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
Copyright © 2013 The Apache Software Foundation