mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix typos
This commit is contained in:
parent
5ec6d89d43
commit
3f2e4c8217
@ -4,9 +4,9 @@ sidebar_position: 43
|
||||
sidebar_label: Boolean
|
||||
---
|
||||
|
||||
# Boolean Values bool (boolean)
|
||||
# Bool
|
||||
|
||||
Type `bool` is stored as UInt8. Possible values `true` (1), `false` (0).
|
||||
Type `bool` is internally stored as UInt8. Possible values are `true` (1), `false` (0).
|
||||
|
||||
|
||||
```sql
|
||||
|
@ -4,7 +4,7 @@ sidebar_position: 45
|
||||
sidebar_label: FixedString(N)
|
||||
---
|
||||
|
||||
# Fixedstring
|
||||
# FixedString
|
||||
|
||||
A fixed-length string of `N` bytes (neither characters nor code points).
|
||||
|
||||
|
@ -4,7 +4,7 @@ sidebar_position: 51
|
||||
sidebar_label: LowCardinality
|
||||
---
|
||||
|
||||
# LowCardinality Data Type
|
||||
# LowCardinality
|
||||
|
||||
Changes the internal representation of other data types to be dictionary-encoded.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user