Sign in
apache
/
datafusion
/
refs/heads/fix-disable-migration-aggregate-default
/
.
/
benchmarks
/
sql_benchmarks
/
predicate_eval
/
queries
/
drift
/
q81.sql
blob: d65ef475cc0e066885dbb667c6a464bbaeb4ac34 [
file
]
-- Same drifting predicates as q80 (a_sel/b_sel flip which is more selective
-- partway through the scan), opposite written order. cf. q80.
SELECT
count
(*)
FROM
t
WHERE
b_sel
=
0
AND
a_sel
=
0
;