blob: bc37cd3490a09fb9a19f91debdcd6569a68f0f69 [file] [log] [blame]
SELECT COUNT(cast( col0 as INT )) OVER(PARTITION BY cast( col2 as CHAR(2)) ORDER BY cast( col0 as INT )) FROM `fewRowsAllData.parquet`;