blob: c6c5df28bd439dfa3c5953466b463413f673d9c2 [file] [log] [blame]
====
---- QUERY: primitive_small_join_1
-- Description : join with small input on both sides
-- Target test case : Small queries where cost of codegen exceeds benefit.
SELECT count(*)
FROM (SELECT * FROM customer LIMIT 100000) c
JOIN nation ON c_nationkey = n_nationkey
---- RESULTS
---- TYPES
====