Method: Hive2::Thrift::TCLIService::Processor#process_GetFunctions

Defined in:
lib/thrift/t_c_l_i_service.rb

#process_GetFunctions(seqid, iprot, oprot) ⇒ Object



331
332
333
334
335
336
# File 'lib/thrift/t_c_l_i_service.rb', line 331

def process_GetFunctions(seqid, iprot, oprot)
  args = read_args(iprot, GetFunctions_args)
  result = GetFunctions_result.new()
  result.success = @handler.GetFunctions(args.req)
  write_result(result, oprot, 'GetFunctions', seqid)
end