trane-dev/Trane

Change design of operations being in-place

gsheni opened this issue · 0 comments

  • Currently, all operations are in-place operations. The aggregation ops simply take a record, change the value in the column and return. May not be a good design.