blob: 0aec03f7a8d873368291ab6beff7b353a59afa89 [file] [log] [blame]
select count(fv) as cnt
from (
select first_value(c2) over(partition by c2 order by c1) as fv
from dfs.`window/3668.parquet`
)
where fv = 'e'