-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Change ScalarValue::List to store ArrayRef #7629
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
Merged
Merged
Changes from all commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
30c84d3
first draft
jayzhan211 0d1c79a
revert subquery
jayzhan211 fd3f050
Decimal128 in list_to_array
jayzhan211 bcccbed
refactor null in list_to_array
jayzhan211 c3a06a0
cleanup iter to array v3
jayzhan211 e81ec13
remove comment
jayzhan211 3e23a13
cleanup
jayzhan211 1043107
cleanup struct array
jayzhan211 2a4a6d2
remove new_list in array
jayzhan211 27363e6
cleanup
jayzhan211 5bd23f6
cleanup
jayzhan211 1d853b3
cleanup list to array
jayzhan211 2af1aba
cleanup list to array
jayzhan211 d0186f4
remove try from array v2
jayzhan211 6f6baf2
remove try from array v4
jayzhan211 891d425
cleanup expr_simply
jayzhan211 3441ebc
cleanup iter to array v3
jayzhan211 f177a64
checkpoint
jayzhan211 108f179
remove try from array v3
jayzhan211 ceefaa9
remove iter to array v4
jayzhan211 4fffb1f
rewrite iter to array list v2
jayzhan211 138fd9b
cleanup iter to array list v3
jayzhan211 b05318a
remove test
jayzhan211 b002f75
refactor wrap_into_list_array
jayzhan211 165f0fc
cleanup
jayzhan211 7f7580b
cleanup
jayzhan211 f756c61
revert math expressions
jayzhan211 51f94ed
remove iter to array v3
jayzhan211 07edc88
fmt
jayzhan211 be6afe7
cleanup
jayzhan211 8d8fc43
cleanup
jayzhan211 bc87f8b
cleanup
jayzhan211 c2ec867
cleanup
jayzhan211 937792b
fix check
jayzhan211 2d48fc2
fix build_a_list_array_from_scalars
jayzhan211 85a0da6
fmt
jayzhan211 0f0af8a
clippy fix
jayzhan211 aee9870
fix scalars test
jayzhan211 4600ed1
fix array agg distinct
jayzhan211 4b598f6
fix agg test
jayzhan211 c925179
cleanup
jayzhan211 4433c6b
add hash for scalar::Listarr
jayzhan211 544c0fd
fix count distinct
jayzhan211 6d96046
fmt
jayzhan211 bda350c
comment out scalarvalue list inproto
jayzhan211 73efc56
rename
jayzhan211 c018b7a
rename and add comment
jayzhan211 96b342a
reduce tryFromArray for List
jayzhan211 389a3ab
reduce tryFromArray for FixSizeList
jayzhan211 3768db1
fmt
jayzhan211 95626fa
proto for list
jayzhan211 57ea1fe
cleanup
jayzhan211 2403c9b
replace List with ListArr
jayzhan211 067049b
remove build a list ... func
jayzhan211 035c3d0
refactor merge_batch in DistinctBitXorAccumulator
jayzhan211 119e726
rewrite merge batch in ArrayAggAccumulator
jayzhan211 6e32c42
clippy
jayzhan211 c06d96b
cleanup
jayzhan211 f772d0d
return array directly in array()
jayzhan211 633afec
add expected message
jayzhan211 ef92173
fmt
jayzhan211 9d85585
rename add add doc test for core function
jayzhan211 2a16175
fix ci
jayzhan211 ca11115
fix type
jayzhan211 0e43051
rename and address comment
jayzhan211 76a0a73
address comment
jayzhan211 577612b
rewrite roundtrip scalars
jayzhan211 82c8802
fix flatten
jayzhan211 b7daf86
cleanup
jayzhan211 1924682
add partial cmp
jayzhan211 a11d5fd
fmt
jayzhan211 226d110
add comment
jayzhan211 116397a
cleanup
jayzhan211 c59ec00
Merge remote-tracking branch 'apache/main' into arrayref-for-scalarva…
alamb 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.