-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support stable row ids in Dataset::take_rows() (#2447)
Part of #2307 * `Dataset::take_rows()` is now taking `row_ids`, which may now be stable row ids. These are translated into row addresses internally, and then use the existing logic. * `Fragment::take_rows()` now optionally returns row address column, if asked, instead of row id.
- Loading branch information
Showing
3 changed files
with
170 additions
and
152 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
Oops, something went wrong.