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