blob: 4ee01e66b9b6a75cb204f49442b3f0d86bddcaa2 [file] [log] [blame]
====
---- QUERY
refresh streaming;
select * from streaming;
---- RESULTS
---- TYPES
STRING, STRING
====
---- QUERY
select count(*) from streaming;
---- RESULTS
0
---- TYPES
BIGINT
====