Function provides array functions.
Creates an ARRAY_CONTAINS(expr, value) function that checks whether the given array expression contains the given value or not.
Creates an ARRAY_LENGTH(expr) function that returns the length of the given array expression.