Method: Hive2::Thrift::TCLIService::Processor#process_GetTypeInfo

Defined in:
lib/thrift/t_c_l_i_service.rb

#process_GetTypeInfo(seqid, iprot, oprot) ⇒ Object



289
290
291
292
293
294
# File 'lib/thrift/t_c_l_i_service.rb', line 289

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