Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logical_range_filter: Separate a base of ExecuteContext into another class #1342

Merged
merged 5 commits into from
Mar 30, 2022

Conversation

HashidaTKS
Copy link
Contributor

  • Separate a base of ExecuteContext into another class ExecuteContextBase.
  • Change ExecuteContext to inherite ExecuteContextBase.

This is a preparation for #1341.

@@ -0,0 +1,87 @@
module Groonga
module Sharding
class ExecuteContextBase
Copy link
Member

Choose a reason for hiding this comment

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

How about StreamExecuteContext or something because this isn't suitable for non stream based execution such as logical_select?

Copy link
Contributor Author

@HashidaTKS HashidaTKS Mar 30, 2022

Choose a reason for hiding this comment

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

It makes sense.
I have renamed it.

@kou kou merged commit 1c3fc7a into groonga:master Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants