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

feat(storage): Add filter in rowset_iterator #287

Merged
merged 4 commits into from
Jan 7, 2022
Merged

Conversation

likg227
Copy link
Contributor

@likg227 likg227 commented Jan 5, 2022

close #190
close #191

@likg227 likg227 requested a review from skyzh January 5, 2022 05:09
Copy link
Member

@skyzh skyzh left a comment

Choose a reason for hiding this comment

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

Rest LGTM. Also consider adding unit tests for RowSetIterator.

src/binder/expression/mod.rs Outdated Show resolved Hide resolved
src/binder/expression/mod.rs Outdated Show resolved Hide resolved
src/executor/evaluator.rs Outdated Show resolved Hide resolved
src/executor/evaluator.rs Outdated Show resolved Hide resolved
src/executor/evaluator.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
Copy link
Member

@skyzh skyzh left a comment

Choose a reason for hiding this comment

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

Generally LGTM, good work! Would you please also add some unit tests for your PR?

src/executor/evaluator.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
src/executor/evaluator.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
Copy link
Member

@skyzh skyzh left a comment

Choose a reason for hiding this comment

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

Good work!

src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/rowset_iterator.rs Outdated Show resolved Hide resolved
Copy link
Member

@skyzh skyzh left a comment

Choose a reason for hiding this comment

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

Good work!

@@ -51,6 +51,7 @@ impl StorageChunk {
cardinality,
})
} else {
println!("construct() returned None");
Copy link
Member

Choose a reason for hiding this comment

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

Remove debug message

@likg227 likg227 merged commit fec5c81 into main Jan 7, 2022
@likg227 likg227 deleted the lkg/rowset-iterator branch January 7, 2022 10:24
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.

storage: add support for filtering in RowsetIterator. storage: support predicate evaluation in secondary.
2 participants