Method: Hive2::Thrift::TCLIService::Processor#process_GetColumns
- Defined in:
- lib/thrift/t_c_l_i_service.rb
#process_GetColumns(seqid, iprot, oprot) ⇒ Object
324 325 326 327 328 329 |
# File 'lib/thrift/t_c_l_i_service.rb', line 324 def process_GetColumns(seqid, iprot, oprot) args = read_args(iprot, GetColumns_args) result = GetColumns_result.new() result.success = @handler.GetColumns(args.req) write_result(result, oprot, 'GetColumns', seqid) end |