Method: Hive2::Thrift::TCLIService::Processor#process_GetInfo

Defined in:
lib/thrift/t_c_l_i_service.rb

#process_GetInfo(seqid, iprot, oprot) ⇒ Object



275
276
277
278
279
280
# File 'lib/thrift/t_c_l_i_service.rb', line 275

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