Method: Hive2::Thrift::TCLIService::Processor#process_CloseSession
- Defined in:
- lib/thrift/t_c_l_i_service.rb
#process_CloseSession(seqid, iprot, oprot) ⇒ Object
268 269 270 271 272 273 |
# File 'lib/thrift/t_c_l_i_service.rb', line 268 def process_CloseSession(seqid, iprot, oprot) args = read_args(iprot, CloseSession_args) result = CloseSession_result.new() result.success = @handler.CloseSession(args.req) write_result(result, oprot, 'CloseSession', seqid) end |