-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-6396: [C++] Add overloads of Boolean kernels implementing Kleene logic #5771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
9aaa8ad
ARROW-6396: [C++] Kleene logic in logical kernels
bkietz e6d61ab
add unit tests for word wise Bitmap visit
bkietz 8e3057e
delete cruft
bkietz 9e67d55
Add word-wise implementation of Kleene logic
bkietz fb592e5
lint fixes
bkietz c515223
review comments
bkietz c6cf187
remove explicit MinTime(), add figure to words.__doc__
bkietz bc32ee2
define benchmark ranges as a macro for type deduction
bkietz 81a5991
add explicit cast for RoundUpToPowerOf2
bkietz cf89713
address review comments, fix bug in VisitWords
bkietz 8b21db3
refactor to avoid accessing incomplete words
bkietz fea8893
add test for visiting bitmaps with inaccessible words
bkietz 4ea0b42
iwyu: string
bkietz 4fe55a0
cast pointers to intptr_t instead of size_t
bkietz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.