blob: 568dde60a9a09bf0bacfc2e56afd840bde593aff [file] [log] [blame]
====
---- QUERY: primitive_conjunct_ordering_1
-- Description : A simple select with one expensive conjunct and one cheap conjunct.
SELECT *
FROM lineitem
WHERE (l_shipdate < current_timestamp() - interval 1 day) AND l_orderkey = -1;
---- RESULTS
---- TYPES
====