blob: 5b67a86f8da4e19ead5b58b767690b19799d483f [file] [log] [blame]
====
---- QUERY: primitive_filter_string_selective
-- Description : Scan fact table while applying selective filter on string column.
-- Target test case : Basic scan and filter.
SELECT count(*)
FROM lineitem
WHERE l_shipdate < '1992-01-03';
---- RESULTS
---- TYPES
====