blob: aeed0d34f78e0e9538338202f00aada74d4f1222 [file] [log] [blame]
====
---- QUERY: PERF_LIMIT-Q1
-- limit 0 is useful to help track performance of processing table metadata, especially
-- for tables with large numbers of partitions.
SELECT * FROM lineitem limit 0
---- RESULTS
---- TYPES
INT, INT, INT, INT, DOUBLE, DOUBLE, DOUBLE, DOUBLE, STRING, STRING, STRING, STRING, STRING, STRING, STRING, STRING
====