blob: 8dcf964dd951725ddba7948770bffd68a58e5bd2 [file] [log] [blame]
====
---- QUERY
refresh streaming;
select * from streaming;
---- RESULTS
'a1','b2'
'a3','b4'
'a5','b6'
'a7','b8'
---- TYPES
STRING, STRING
====
---- QUERY
select count(*) from streaming;
---- RESULTS
4
---- TYPES
BIGINT
====