Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

ResultSet refactoring and clean-up [10/N] #231

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

ienkovich
Copy link
Contributor

ResultSetStorage class has a lot of methods related to reduction. All implementations are actually in ResultSetReduction.cpp. To make ResultSetStorage class simpler and be unaware of Executor, ReductionCode, etc. I moved this code into a new ResultSetReduction class. Later ResultSetStorage will become a part of ResultSet library and reduction related code will be kept in QueryEngine.

@ienkovich ienkovich force-pushed the ienkovich/rs-refactoring-10 branch from 58ecbc9 to ab31cd4 Compare March 3, 2023 18:38
Copy link
Contributor

@kurapov-peter kurapov-peter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ienkovich ienkovich merged commit f271f48 into main Mar 6, 2023
@ienkovich ienkovich deleted the ienkovich/rs-refactoring-10 branch March 6, 2023 23:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants