blob: 0813984df71e285581756e69f1c28d0d4b7b1a8f [file] [log] [blame]
====
---- QUERY
refresh streaming;
select * from streaming;
---- RESULTS
'a1','b2'
'a3','b4'
---- TYPES
STRING, STRING
====
---- QUERY
select count(*) from streaming;
---- RESULTS
2
---- TYPES
BIGINT
====