Uses of Class
org.apache.hive.service.cli.TableSchema

Packages that use TableSchema
org.apache.hive.jdbc   
org.apache.hive.service.cli   
org.apache.hive.service.cli.operation   
org.apache.hive.service.cli.thrift   
 

Uses of TableSchema in org.apache.hive.jdbc
 

Methods in org.apache.hive.jdbc that return TableSchema
protected  TableSchema HiveBaseResultSet.getSchema()
           
 

Methods in org.apache.hive.jdbc with parameters of type TableSchema
protected  void HiveBaseResultSet.setSchema(TableSchema schema)
           
 

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

Methods in org.apache.hive.service.cli that return TableSchema
 TableSchema TableSchema.addPrimitiveColumn(String columnName, Type columnType, String columnComment)
           
 TableSchema TableSchema.addStringColumn(String columnName, String columnComment)
           
 TableSchema ICLIService.getResultSetMetadata(OperationHandle opHandle)
           
 TableSchema EmbeddedCLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
           
abstract  TableSchema CLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
           
 TableSchema CLIService.getResultSetMetadata(OperationHandle opHandle)
           
 

Methods in org.apache.hive.service.cli with parameters of type TableSchema
 RowSet RowSet.addRow(TableSchema schema, Object[] fields)
           
 

Constructors in org.apache.hive.service.cli with parameters of type TableSchema
Row(TableSchema schema, Object[] fields)
           
 

Uses of TableSchema in org.apache.hive.service.cli.operation
 

Fields in org.apache.hive.service.cli.operation declared as TableSchema
protected static TableSchema MetadataOperation.RESULT_SET_SCHEMA
           
protected static TableSchema GetTableTypesOperation.RESULT_SET_SCHEMA
           
 

Methods in org.apache.hive.service.cli.operation that return TableSchema
 TableSchema OperationManager.getOperationResultSetSchema(OperationHandle opHandle)
           
 TableSchema SQLOperation.getResultSetSchema()
           
abstract  TableSchema Operation.getResultSetSchema()
           
 TableSchema HiveCommandOperation.getResultSetSchema()
           
 TableSchema GetTypeInfoOperation.getResultSetSchema()
           
 TableSchema GetTableTypesOperation.getResultSetSchema()
           
 TableSchema GetTablesOperation.getResultSetSchema()
           
 TableSchema GetSchemasOperation.getResultSetSchema()
           
 TableSchema GetFunctionsOperation.getResultSetSchema()
           
 TableSchema GetColumnsOperation.getResultSetSchema()
           
 TableSchema GetCatalogsOperation.getResultSetSchema()
           
 

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

Methods in org.apache.hive.service.cli.thrift that return TableSchema
 TableSchema ThriftCLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
           
 



Copyright © 2013 The Apache Software Foundation