Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
Description
The hasg aggregate operator runs on a thread and therefore does not require Rc<RefCell<_>> usage and could just use mutable references instead.
This does require some refactoring of the logic so that the code simply iterates over the rows, calling get_mut on the hashmap per row.
Attachments
Issue Links
- links to