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

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

#process_GetTypeInfo(seqid, iprot, oprot) ⇒ Object



305
306
307
308
309
310
# File 'lib/impala/protocol/t_c_l_i_service.rb', line 305

def process_GetTypeInfo(seqid, iprot, oprot)
  args = read_args(iprot, GetTypeInfo_args)
  result = GetTypeInfo_result.new()
  result.success = @handler.GetTypeInfo(args.req)
  write_result(result, oprot, 'GetTypeInfo', seqid)
end