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

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

#process_GetColumns(seqid, iprot, oprot) ⇒ Object



340
341
342
343
344
345
# File 'lib/impala/protocol/t_c_l_i_service.rb', line 340

def process_GetColumns(seqid, iprot, oprot)
  args = read_args(iprot, GetColumns_args)
  result = GetColumns_result.new()
  result.success = @handler.GetColumns(args.req)
  write_result(result, oprot, 'GetColumns', seqid)
end