forked from rerun-io/rerun
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chunk store: support for overlapped range queries (rerun-io#7586)
Turns out I never got around to implementing support for overlapped chunks in range queries in the `ChunkStore`. I only realized after hunting down a crazy bug in the dataframe APIs for way too long... The fix is the exact same as the one used for latest-at queries. In fact it is a copy paste.
- Loading branch information
Showing
2 changed files
with
191 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters