Method: Hive2::Thrift::TCLIService::Processor#process_CloseOperation

Defined in:
lib/thrift/t_c_l_i_service.rb

#process_CloseOperation(seqid, iprot, oprot) ⇒ Object



352
353
354
355
356
357
# File 'lib/thrift/t_c_l_i_service.rb', line 352

def process_CloseOperation(seqid, iprot, oprot)
  args = read_args(iprot, CloseOperation_args)
  result = CloseOperation_result.new()
  result.success = @handler.CloseOperation(args.req)
  write_result(result, oprot, 'CloseOperation', seqid)
end