-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-36831: [C++] DictionaryArray support for MinMax Function #37100
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
Open
R-JunmingChen
wants to merge
67
commits into
apache:main
Choose a base branch
from
R-JunmingChen:ARROW-36831
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
f30cf18
dictionary min max init
R-JunmingChen 422a02f
fix bug
R-JunmingChen 1a5da63
fix output type
R-JunmingChen 89571ad
lint
R-JunmingChen 24f5d95
add correct dictionary value type
R-JunmingChen 5917cd2
lint
R-JunmingChen e9f4e5a
delete
R-JunmingChen 7752011
unify out_type
R-JunmingChen 640b17c
lint
R-JunmingChen d35f3b9
add one test
R-JunmingChen f205ade
type
R-JunmingChen b034d5d
basic test
R-JunmingChen 649d69f
add decimal test
R-JunmingChen aa20a10
lint
R-JunmingChen 0703113
optimize code
R-JunmingChen 5d2f51a
simplify
R-JunmingChen 2176153
lint
R-JunmingChen 8452aa6
format
R-JunmingChen 20af859
space
R-JunmingChen 2a21b62
add boolean test
R-JunmingChen 459609b
update
R-JunmingChen e30d33d
add a empty test
R-JunmingChen e64fd4e
Merge branch 'main' of https://github.com/R-JunmingChen/arrow into AR…
R-JunmingChen 5cdb5b6
move and rename
R-JunmingChen 84dd9ea
delete log
R-JunmingChen f458569
matcher
R-JunmingChen 2b17751
Merge branch 'main' of https://github.com/R-JunmingChen/arrow into AR…
R-JunmingChen 6a108a3
dictionary comaction
R-JunmingChen 5859bc9
lint
R-JunmingChen 0b23b35
Update cpp/src/arrow/compute/kernels/aggregate_basic_internal.h
R-JunmingChen 2020d48
fix comment
R-JunmingChen b84486f
Merge branch 'ARROW-36831' of https://github.com/R-JunmingChen/arrow …
R-JunmingChen 1594f44
fix bug
R-JunmingChen 7c2ebe0
fix bug
R-JunmingChen bc5a647
lint
R-JunmingChen 2623472
add float test
R-JunmingChen 5599daa
add an interger test
R-JunmingChen 38bb4d4
lint
R-JunmingChen 208e8bd
add chunk test
R-JunmingChen 656d4e2
Update cpp/src/arrow/compute/kernels/aggregate_basic.cc
R-JunmingChen dbf3cbe
Update cpp/src/arrow/compute/kernels/aggregate_basic.cc
R-JunmingChen e07f261
optimization
R-JunmingChen 6f33e7b
Merge branch 'ARROW-36831' of https://github.com/R-JunmingChen/arrow …
R-JunmingChen b8f10db
lint
R-JunmingChen 0a87506
add binary test
R-JunmingChen 6979e48
lint
R-JunmingChen 5e3f9a4
boolean test
R-JunmingChen 4cb58bc
delete test
R-JunmingChen af93cbf
Update cpp/src/arrow/compute/kernels/aggregate_basic_internal.h
R-JunmingChen be9238e
Update cpp/src/arrow/compute/kernels/aggregate_basic_internal.h
R-JunmingChen d2ed61c
Update cpp/src/arrow/compute/kernels/aggregate_basic_internal.h
R-JunmingChen 9c2174c
Update cpp/src/arrow/compute/kernels/aggregate_basic_internal.h
R-JunmingChen d486422
kernel member init
R-JunmingChen bccbc81
Merge branch 'main' of https://github.com/R-JunmingChen/arrow into AR…
R-JunmingChen 3a58ab6
debug value state
R-JunmingChen a9ff8b3
format
R-JunmingChen ccdc4af
delete io
R-JunmingChen 901484c
rename
R-JunmingChen f9b025f
reset
R-JunmingChen 6a53df0
Merge branch 'main' of https://github.com/R-JunmingChen/arrow into AR…
R-JunmingChen 7e71603
CheckDictionaryMinMax
R-JunmingChen 7655122
logic null count
R-JunmingChen 936924e
add test
R-JunmingChen 05c85f1
lint
R-JunmingChen 9260e2f
add a comment
R-JunmingChen 0e53afe
local var
R-JunmingChen 42b1cd3
Merge branch 'main' of https://github.com/R-JunmingChen/arrow into AR…
R-JunmingChen 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
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.