-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-5881: [Java] Provide functionalities to efficiently determine i…
…f a validity buffer has completely 1 bits/0 bits These utilities can be used to efficiently determine, for example, If all values in a vector are null If a vector contains no null If a vector contains any valid element If a vector contains any invalid element Author: liyafan82 <[email protected]> Closes #4829 from liyafan82/fly_0709_nullbit and squashes the following commits: 1762951 <liyafan82> Merge methods and change method name 0dc0045 <liyafan82> Do boundary check once at the beginning c57cb6d <liyafan82> Provide benchmark for allBitsNull 3deedaf <liyafan82> Provide functionalities to efficiently determine if a validity buffer has completely 1 bits/0 bits
- Loading branch information
Showing
4 changed files
with
175 additions
and
6 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