mirror of
https://github.com/apache/impala.git
synced 2026-01-03 15:00:52 -05:00
10 lines
340 B
Plaintext
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
|
|
====
|