Commit dd4fa79
authored
Add support for Utf8View to string_to_array and array_to_string (#13403)
* Directly support utf8view in array_to_string & string_to_array. #13383
* Update to have output data type match input data type.
* Return type cleanup.
* Updated to properly handle returning largeutf8 + code refactor and a few more tests.1 parent c194d94 commit dd4fa79
File tree
4 files changed
+399
-91
lines changed- datafusion
- expr-common/src
- functions-nested/src
- sqllogictest/test_files
- string
4 files changed
+399
-91
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments