-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
ScalarValue::{List, LargeList, FixedSizedList}
to take speci…
…fic types rather than `ArrayRef` (#8562) * Change ScalarValue::List type signature Also ScalarValue::LargeList and ScalarValue::FixedSizeList * Formatting/cleanup * Remove duplicate match statements * Add back scalar eq_array test for List * Formatting * Reduce code duplication * Fix merge conflict * Fix post-merge compile errors * Remove redundant partial_cmp implementation * improve * Cargo fmt fix * Reduce duplication in formatter * Reduce more duplication * Fix test error --------- Co-authored-by: Spears Randall <SpearsRandall@JohnDeere.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
- Loading branch information
1 parent
be8a953
commit f8d8603
Showing
7 changed files
with
243 additions
and
195 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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