mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Document field 'sub_part'
This commit is contained in:
parent
6aab7577ff
commit
eb86f27482
@ -289,7 +289,7 @@ The statement produces a result table with the following structure:
|
||||
- column_name - Currently unused
|
||||
- collation - The sorting of the column in the index, `A` if ascending, `D` if descending, `NULL` if unsorted (Nullable(String))
|
||||
- cardinality - Currently unused
|
||||
- sub_part - Currently unused
|
||||
- sub_part - Always `NULL` because ClickHouse does not support index prefixes like MySQL (Nullable(String))
|
||||
- packed - Always `NULL` because ClickHouse does not support packed (prefix-compressed) indexes like MySQL (Nullable(String))
|
||||
- null - Currently unused
|
||||
- index_type - The index type, e.g. `PRIMARY`, `MINMAX`, `BLOOM_FILTER` etc. (String)
|
||||
|
Loading…
Reference in New Issue
Block a user