pub fn elt(select_col: Expr, arg1: Expr, arg2: Expr, argn: Expr) -> Expr
Returns the n-th input (1-indexed), e.g. returns 2nd input when n is 2. The function returns NULL if the index is 0 or exceeds the length of the array.