Method: Impala::Protocol::Hive::TCLIService::Processor#process_GetCatalogs
- Defined in:
- lib/impala/protocol/t_c_l_i_service.rb
#process_GetCatalogs(seqid, iprot, oprot) ⇒ Object
312 313 314 315 316 317 |
# File 'lib/impala/protocol/t_c_l_i_service.rb', line 312 def process_GetCatalogs(seqid, iprot, oprot) args = read_args(iprot, GetCatalogs_args) result = GetCatalogs_result.new() result.success = @handler.GetCatalogs(args.req) write_result(result, oprot, 'GetCatalogs', seqid) end |