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