Files
impala/testdata/workloads/targeted-perf/queries/limit.test
2014-01-08 10:48:09 -08:00

10 lines
340 B
Plaintext

====
---- 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
====