Method: Impala::Protocol::Hive::TCLIService::Processor#process_GetInfo

Defined in:
lib/impala/protocol/t_c_l_i_service.rb

#process_GetInfo(seqid, iprot, oprot) ⇒ Object



291
292
293
294
295
296
# File 'lib/impala/protocol/t_c_l_i_service.rb', line 291

def process_GetInfo(seqid, iprot, oprot)
  args = read_args(iprot, GetInfo_args)
  result = GetInfo_result.new()
  result.success = @handler.GetInfo(args.req)
  write_result(result, oprot, 'GetInfo', seqid)
end