DB
FunctionsArray

array_enumerate

Returns [1,2,...,n] for each input array, matching the one-based position of every element.

array_enumerate(…) → String

Kind · scalar

Returns [1,2,...,n] for each input array, matching the one-based position of every element.

Part of the Array family.