-
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.
feat: support SQL array replacement and removement functions (#7057)
* feat: sqllogictests for array_remove, array_replace, array_removes and array_replaces * test: unit tests for array_replace, array_replaces, array_remove, array_removes * feat: array_replace, array_replaces, array_remove, array_removes * docs: array_replace, array_replaces, array_remove, array_removes * feat: proto * fix: use prettier * fix: cargo fmt * feat: optional argument for array_replace and array_remove * fix: proto * fix: expr_fn tests * feat: array_replace_n and array_remove_n
- Loading branch information
Showing
12 changed files
with
1,436 additions
and
230 deletions.
There are no files selected for viewing
386 changes: 378 additions & 8 deletions
386
datafusion/core/tests/sqllogictests/test_files/array.slt
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
Oops, something went wrong.