-
Notifications
You must be signed in to change notification settings - Fork 921
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add getInts api for HostMemoryBuffer and UnsafeMemoryAccessor (#17767)
Add getInts api for HostMemoryBuffer and UnsafeMemoryAccessor. This pr is part of an optimization for optimizing concating validity buffer in kudo. It has no side effects, there already exists similar apis for `getShorts`, `getLongs`, `getBytes` etc. It didn't exist before because it was not used, now we need to use it. Authors: - Renjie Liu (https://github.com/liurenjie1024) Approvers: - Liangcai Li (https://github.com/firestarman) - Chong Gao (https://github.com/res-life) URL: #17767
- Loading branch information
1 parent
d825cfe
commit 32d3fb1
Showing
4 changed files
with
66 additions
and
4 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
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