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

Refactor readers to use optional<QueryCondition> #3907

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

davisp
Copy link
Contributor

@davisp davisp commented Feb 16, 2023

Refactor readers to use std::optional<QueryCondition>


TYPE: IMPROVEMENT
DESC: Refactor readers to use std::optional<QueryCondition>

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #19640: Make query_condition optional..

@davisp davisp requested review from KiterLuc and ihnorton February 16, 2023 22:29
@davisp davisp force-pushed the pd/sc-19640/refactor-reader-base-query-condition branch 4 times, most recently from 7242b1d to 389ed95 Compare February 17, 2023 18:56
tiledb/sm/query/deletes_and_updates/deletes_and_updates.cc Outdated Show resolved Hide resolved
tiledb/sm/query/query.cc Outdated Show resolved Hide resolved
tiledb/sm/query/query.cc Outdated Show resolved Hide resolved
tiledb/sm/query/query_condition.cc Outdated Show resolved Hide resolved
@davisp davisp force-pushed the pd/sc-19640/refactor-reader-base-query-condition branch from 389ed95 to c169fb9 Compare February 27, 2023 20:17
@ihnorton ihnorton requested a review from KiterLuc March 2, 2023 05:17
Copy link
Contributor

@KiterLuc KiterLuc left a comment

Choose a reason for hiding this comment

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

A couple more comments.

tiledb/sm/query/readers/reader_base.h Outdated Show resolved Hide resolved
tiledb/sm/query/query_condition.cc Outdated Show resolved Hide resolved
@davisp davisp force-pushed the pd/sc-19640/refactor-reader-base-query-condition branch 2 times, most recently from 51c5f9c to 7fa1d8f Compare March 2, 2023 19:45
@davisp davisp force-pushed the pd/sc-19640/refactor-reader-base-query-condition branch from 7fa1d8f to d0d14a1 Compare March 3, 2023 19:02
@ihnorton ihnorton requested a review from KiterLuc March 7, 2023 04:47
@KiterLuc KiterLuc merged commit 6a61add into dev Mar 8, 2023
@KiterLuc KiterLuc deleted the pd/sc-19640/refactor-reader-base-query-condition branch March 8, 2023 07:44
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.

2 participants