element_at
function element_at(column, index): Column;Defined in: functions/collection.ts:115
Returns the element at the given (1-based) index in the array or the value for the given key in a map.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
index | ColOrName |