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