R/duckdb-funs.R
array_length.Rd
Returns the length of the list.
list
array_length for lists with dimensions other than 1 not implemented.
array_length
ANY[]
BIGINT
array_length(list = `ANY[]`)
array_length(list = `ANY[]`, dimension = BIGINT)
array_length([1, 2, 3])