blob: 4f5869a6ebd4bab90d32f650c12ba078a7ba7a09 [file] [log] [blame]
====
---- QUERY: primitive_filter_bigint_non_selective
-- Description : Scan fact table while applying non-selective filter on bigint column.
-- Target test case : Basic scan and filter.
SELECT count(*)
FROM lineitem
WHERE l_orderkey > 20;
---- RESULTS
---- TYPES
====