Luis Fernandez
02/22/2022, 8:44 PMKishore G
Kishore G
select count(*) from T where time between t1 and t2
select sum(metric) from T where time between t1 and t2
select distinctCount(dim) from T where time between t1 and t2
run this on both the big query and PinotLuis Fernandez
02/22/2022, 9:27 PM