Skip to content

re_query: support for range queries#653

Merged
teh-cmc merged 155 commits intomainfrom
cmc/query/range_support
Jan 2, 2023
Merged

re_query: support for range queries#653
teh-cmc merged 155 commits intomainfrom
cmc/query/range_support

Conversation

@teh-cmc
Copy link
Copy Markdown
Contributor

@teh-cmc teh-cmc commented Dec 27, 2022

This PR implements support for range queries in re_query.

It's pretty much a 1:1 port of polars_util::range_components (minus the arbitrary join strategies), but using ComponentWithInstances and EntityViews rather than DataFrames! Which, I'd reckon, is a good sign.

Fixes #641
Requires #609

@jleibs jleibs self-requested a review December 31, 2022 01:20
Copy link
Copy Markdown
Contributor

@jleibs jleibs left a comment

Choose a reason for hiding this comment

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

This looks pretty clean. Nice work.

Base automatically changed from cmc/datastore/range_queries2 to main January 2, 2023 16:28
@teh-cmc teh-cmc merged commit 1d28875 into main Jan 2, 2023
@teh-cmc teh-cmc deleted the cmc/query/range_support branch January 2, 2023 17:50
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.

re_query: support for range queries

2 participants