pub fn element_at( col: impl Into<Column>, extraction: impl Into<Column>, ) -> Column
Returns element of array at given index in extraction if col is array.