Method: Hive2::Thrift::TCLIService::Processor#process_FetchResults

Defined in:
lib/thrift/t_c_l_i_service.rb

#process_FetchResults(seqid, iprot, oprot) ⇒ Object



366
367
368
369
370
371
# File 'lib/thrift/t_c_l_i_service.rb', line 366

def process_FetchResults(seqid, iprot, oprot)
  args = read_args(iprot, FetchResults_args)
  result = FetchResults_result.new()
  result.success = @handler.FetchResults(args.req)
  write_result(result, oprot, 'FetchResults', seqid)
end