-- Automatically generated by SQLQueryTestSuite -- Number of queries: 4 -- !query 0 SELECT COUNT(NULL) FROM VALUES 1, 2, 3 -- !query 0 schema struct -- !query 0 output 0 -- !query 1 SELECT COUNT(1 + NULL) FROM VALUES 1, 2, 3 -- !query 1 schema struct -- !query 1 output 0 -- !query 2 SELECT COUNT(NULL) OVER () FROM VALUES 1, 2, 3 -- !query 2 schema struct -- !query 2 output 0 0 0 -- !query 3 SELECT COUNT(1 + NULL) OVER () FROM VALUES 1, 2, 3 -- !query 3 schema struct -- !query 3 output 0 0 0