peloton icon indicating copy to clipboard operation
peloton copied to clipboard

Array type (Multidimension)

Open db-ol opened this issue 7 years ago • 5 comments

  • Use general Array type_id + element type
  • The element type system is designed for multidimensional arrays
  • Partial support for queries involving array type from clients
  • Switch to smart pointers
  • Additional efforts are needed to support codegen

db-ol avatar Feb 13 '18 02:02 db-ol

Coverage Status

Coverage decreased (-0.6%) to 77.054% when pulling e8e6901384789a5f47468440aaeaefc5b2fc91ff on aaron-tian:uni_array into 6cdca1572c5a9ee3a81850cc142b481809ced895 on cmu-db:master.

coveralls avatar Feb 13 '18 03:02 coveralls

I'm wondering if you think it's a good idea to wrap up the big switch using a function.

db-ol avatar Mar 13 '18 13:03 db-ol

@aaron-tian Is this ready for review?

pmenon avatar Mar 30 '18 20:03 pmenon

Yes, good to go now and we can have follow-up work after merging this.

db-ol avatar Mar 30 '18 21:03 db-ol

@aaron-tian This PR is breaking 3 tests. Please fix them.

poojanilangekar avatar Apr 23 '18 20:04 poojanilangekar