I have the following PRESTO query to count the elements in my_array column
my_array
SELECT COUNT(*) AS total_count, COUNT_IF(any_match(my_array, x -&g