Method: Hive2::Thrift::TCLIService::Processor#process_GetTableTypes

Defined in:
lib/thrift/t_c_l_i_service.rb

#process_GetTableTypes(seqid, iprot, oprot) ⇒ Object



317
318
319
320
321
322
# File 'lib/thrift/t_c_l_i_service.rb', line 317

def process_GetTableTypes(seqid, iprot, oprot)
  args = read_args(iprot, GetTableTypes_args)
  result = GetTableTypes_result.new()
  result.success = @handler.GetTableTypes(args.req)
  write_result(result, oprot, 'GetTableTypes', seqid)
end