Uses of Class
org.apache.hive.service.cli.thrift.TGetColumnsResp

Packages that use TGetColumnsResp
org.apache.hive.service.cli.thrift   
 

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

Methods in org.apache.hive.service.cli.thrift that return TGetColumnsResp
 TGetColumnsResp TGetColumnsResp.deepCopy()
           
 TGetColumnsResp ThriftCLIService.GetColumns(TGetColumnsReq req)
           
 TGetColumnsResp TCLIService.Iface.GetColumns(TGetColumnsReq req)
           
 TGetColumnsResp TCLIService.Client.GetColumns(TGetColumnsReq req)
           
 TGetColumnsResp TCLIService.AsyncClient.GetColumns_call.getResult()
           
 TGetColumnsResp TCLIService.GetColumns_result.getSuccess()
           
 TGetColumnsResp TCLIService.Client.recv_GetColumns()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TGetColumnsResp
 int TGetColumnsResp.compareTo(TGetColumnsResp other)
           
 boolean TGetColumnsResp.equals(TGetColumnsResp that)
           
 void TCLIService.GetColumns_result.setSuccess(TGetColumnsResp success)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TGetColumnsResp
TCLIService.GetColumns_result(TGetColumnsResp success)
           
TGetColumnsResp(TGetColumnsResp other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation