ClickHouse/tests/queries/0_stateless/02381_arrow_dict_to_lc.reference
2022-08-09 16:13:47 -03:00

8 lines
198 B
Plaintext

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