blob: c806d9d2e776cb9a8bdb0877e931977e22f800ac [file] [log] [blame]
====
---- QUERY
# Only run without expr rewrites (constant folding) because count_rows() is
# non-deterministic.
select count_rows() from functional.alltypestiny;
---- TYPES
BIGINT
---- RESULTS
1
2
3
4
5
6
7
8
====