You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
I think it would be nice to use array as element in all array functions (not only scalar values).
The main reason is to make it easier for the user to work with multidimensional arrays.
For example, if we want to append first dimension array in second dimension array or find a position in nested array.
Here are the full list of current array functions, which should be upgradeable:
Is your feature request related to a problem or challenge?
I think it would be nice to use array as element in all array functions (not only scalar values).
The main reason is to make it easier for the user to work with multidimensional arrays.
For example, if we want to append first dimension array in second dimension array or find a position in nested array.
Here are the full list of current array functions, which should be upgradeable:
array_append
array_prepend
array_position
array_positions
array_concat
(column support)Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
ClickHouse and DuckDB support that feature (See their documentations: https://duckdb.org/docs/sql/functions/nested and https://clickhouse.com/docs/en/sql-reference/functions/array-functions).
The text was updated successfully, but these errors were encountered: