Method: Impala::Protocol::Hive::TCLIService::Processor#process_GetFunctions
- Defined in:
- lib/impala/protocol/t_c_l_i_service.rb
#process_GetFunctions(seqid, iprot, oprot) ⇒ Object
347 348 349 350 351 352 |
# File 'lib/impala/protocol/t_c_l_i_service.rb', line 347 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 |