Skip to content

Commit a492121

Browse files
author
Matveev Sergei
committed
update docs
1 parent e8521c7 commit a492121

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ydb/docs/en/core/_includes/olap-data-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Data type | Can be used in<br/>column-oriented tables | Can be used<br/>as primary key |
22
---|---|---
3-
| `Bool` | | |
3+
| `Bool` | | |
44
| `Int8` |||
55
| `Int16` |||
66
| `Int32` |||
@@ -11,7 +11,7 @@
1111
| `Uint64` |||
1212
| `Float` |||
1313
| `Double` |||
14-
| `Decimal` | ||
14+
| `Decimal` | ||
1515
| `String` |||
1616
| `Utf8` |||
1717
| `Json` |||

ydb/docs/en/core/concepts/column-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ What's currently not supported:
3535

3636
| Data type | Can be used in<br/>column-oriented tables | Can be used<br/>as primary key |
3737
---|---|---
38-
| `Bool` | | |
38+
| `Bool` | | |
3939
| `Date` |||
4040
| `Datetime` |||
4141
| `Decimal` |||

ydb/docs/ru/core/_includes/olap-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Тип данных | Можно использовать<br/>в колоночных таблицах | Можно использовать<br/>в качестве первичного ключа
22
---|---|---
3-
`Bool` | |
3+
`Bool` | |
44
`Int8` | ✓ | ☓
55
`Int16` | ✓ | ☓
66
`Int32` | ✓ | ✓

0 commit comments

Comments
 (0)