Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ydb/docs/en/core/_includes/olap-data-types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Data type | Can be used in<br/>column-oriented tables | Can be used<br/>as primary key |
---|---|---
| `Bool` | | |
| `Bool` | | |
| `Int8` |||
| `Int16` |||
| `Int32` |||
Expand All @@ -11,7 +11,7 @@
| `Uint64` |||
| `Float` |||
| `Double` |||
| `Decimal` | ||
| `Decimal` | ||
| `String` |||
| `Utf8` |||
| `Json` |||
Expand Down
2 changes: 1 addition & 1 deletion ydb/docs/en/core/concepts/column-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ What's currently not supported:

| Data type | Can be used in<br/>column-oriented tables | Can be used<br/>as primary key |
---|---|---
| `Bool` | | |
| `Bool` | | |
| `Date` |||
| `Datetime` |||
| `Decimal` |||
Expand Down
1 change: 0 additions & 1 deletion ydb/docs/en/core/yql/reference/types/primitive.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Notes
||
|| `Bool` |
Boolean value |
Not available for column-oriented tables
||
|| `Int8` |
Signed integer
Expand Down
2 changes: 1 addition & 1 deletion ydb/docs/ru/core/_includes/olap-data-types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Тип данных | Можно использовать<br/>в колоночных таблицах | Можно использовать<br/>в качестве первичного ключа
---|---|---
`Bool` | |
`Bool` | |
`Int8` | ✓ | ☓
`Int16` | ✓ | ☓
`Int32` | ✓ | ✓
Expand Down
2 changes: 1 addition & 1 deletion ydb/docs/ru/core/yql/reference/types/primitive.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Примечания
||
|| `Bool` |
Логическое значение. | Не поддерживается в колоночных таблицах
Логическое значение. |
||
|| `Int8` |
Целое число со знаком.
Expand Down