ArcticDB icon indicating copy to clipboard operation
ArcticDB copied to clipboard

Replace raw pointer buffer access with static `Column` `for_each`/`transform` methods or `ColumnDataIterator` where possible

Open alexowens90 opened this issue 11 months ago • 0 comments

Known locations:

  • [x] copy_frame_data_to_buffer
  • [ ] LocalVersionedEngine::get_descriptor x2
  • [ ] read_frame.cpp multiple locations
  • [ ] aggregator_set_data
  • [x] AggregationClause::process x2 closed by #1450
  • [x] aggregation.cpp all finalize methods closed by #1450

alexowens90 avatar Mar 19 '24 16:03 alexowens90