Skip to content

Commit 977d859

Browse files
authored
Update docs/native-protocol/columns.md
1 parent 84e6f95 commit 977d859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/native-protocol/columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Alias of `FixedString(16)`, UUID value represented as binary.
7777

7878
Alias of `Int8` or `Int16`, but each integer is mapped to some `String` value.
7979

80-
## LowCardinality {#low-cardinality}
80+
## `LowCardinality` type {#low-cardinality}
8181

8282
`LowCardinality(T)` consists of `Index T, Keys K`,
8383
where `K` is one of (UInt8, UInt16, UInt32, UInt64) depending on size of `Index`.

0 commit comments

Comments
 (0)