This commit is contained in:
avogar 2022-12-30 17:26:48 +00:00
parent eac6541c66
commit a8dcd12d5b

View File

@ -1,7 +1,7 @@
id lc_nullable lc_int_nullable bool_nullable
Nullable(Int64) LowCardinality(Nullable(String)) LowCardinality(Nullable(Int64)) Nullable(UInt8)
1 onee 1 1
2 twoo 2 0
3 three 3 1
4 four 4 1
5 five 5 1
Nullable(Int64) LowCardinality(Nullable(String)) LowCardinality(Nullable(Int64)) Nullable(Bool)
1 onee 1 true
2 twoo 2 false
3 three 3 true
4 four 4 true
5 five 5 true