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.
Dataframe v2: support for
using_index_values
(rerun-io#7616)
Implements support for `using_index_values`. I've changed the definition to a `BTreeSet` instead of a `Vec`, so that this is consistent with the rest of the API: i.e. the results are sorted, and unique. Otherwise things get real ugly, real fast.
- Loading branch information
Showing
4 changed files
with
237 additions
and
86 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
Oops, something went wrong.