-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-43927: [C++] Make ChunkResolver::ResolveMany output a list of Chun…
…kLocations (#43928) ### Rationale for this change Better cache locality and it's simpler. Easier to use with a single allocation. ### What changes are included in this PR? Change of the `ChunkResolver::ResolveMany()` signature. ### Are these changes tested? Yes, by the tests in `chunked_array_test.cc` ### Are there any user-facing changes? No because `ChunkResolver` is still in the `internal` namespace. * GitHub Issue: #43927 Authored-by: Felipe Oliveira Carvalho <[email protected]> Signed-off-by: Felipe Oliveira Carvalho <[email protected]>
- Loading branch information
Showing
3 changed files
with
85 additions
and
79 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
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