ClickHouse/docs/en/data_types/array.rst
2017-04-27 23:16:22 +03:00

6 lines
277 B
ReStructuredText

Array(T)
--------
Array of T-type items. The T type can be any type, including an array.
We don't recommend using multidimensional arrays, because they are not well supported (for example, you can't store multidimensional arrays in tables with engines from MergeTree family).