added

ARRAY_CONTAINS_PREFIX function

ARRAY_CONTAINS_PREFIX(string_array, prefix) returns true if any element of string_array starts with the given prefix.This new function Improves the ergonomics of prefix search and results in better performance on nested arrays. Learn more here.