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?
Summary
Characteristic
Description
Function name:
array_slice
Aliases:
list_slice, array[i:j]
Original function?:
No
Function Description:
Clickhouse: Returns a slice of the array. DuckDB: Extract a sublist using slice conventions. NULLs are interpreted as the bounds of the LIST. Negative values are accepted.
Is your feature request related to a problem or challenge?
Summary
array_slice
list_slice
,array[i:j]
DuckDB: Extract a sublist using slice conventions. NULLs are interpreted as the bounds of the LIST. Negative values are accepted.
Examples:
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: