Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
colexec: update the allocator with the internal memory usage
This commit removes `InternalMemoryOperator` interface that was put in-place for the operators to register their static memory usage. This was introduced before we had the allocator object (I think), and now we can remove that interface and simply update the allocators with the corresponding internal memory usage. There were only two operators that actually implemented the interface, and both of them were converted to the new pattern. This commit also removes the separation of streaming memory accounts in the vectorized flow setup and merges them with all other accounts. Release note: None
- Loading branch information