Method: Hive2::Thrift::TCLIService::Processor#process_ExecuteStatement

Defined in:
lib/thrift/t_c_l_i_service.rb

#process_ExecuteStatement(seqid, iprot, oprot) ⇒ Object



282
283
284
285
286
287
# File 'lib/thrift/t_c_l_i_service.rb', line 282

def process_ExecuteStatement(seqid, iprot, oprot)
  args = read_args(iprot, ExecuteStatement_args)
  result = ExecuteStatement_result.new()
  result.success = @handler.ExecuteStatement(args.req)
  write_result(result, oprot, 'ExecuteStatement', seqid)
end