File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 ` | ✓ | ✓ |
1111| ` Uint64 ` | ✓ | ✓ |
1212| ` Float ` | ✓ | ☓ |
1313| ` Double ` | ✓ | ☓ |
14- | ` Decimal ` | ☓ | ☓ |
14+ | ` Decimal ` | ✓ | ☓ |
1515| ` String ` | ✓ | ✓ |
1616| ` Utf8 ` | ✓ | ✓ |
1717| ` Json ` | ✓ | ☓ |
Original file line number Diff line number Diff 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 ` | ✓ | ☓ |
Original file line number Diff line number Diff line change 11Тип данных | Можно использовать<br />в колоночных таблицах | Можно использовать<br />в качестве первичного ключа
22---|---|---
3- ` Bool ` | ☓ | ☓
3+ ` Bool ` | ✓ | ✓
44` Int8 ` | ✓ | ☓
55` Int16 ` | ✓ | ☓
66` Int32 ` | ✓ | ✓
You can’t perform that action at this time.
0 commit comments