ClickHouse/tests/queries/0_stateless/02381_arrow_dict_to_lc.reference
2022-12-30 17:26:48 +00:00

8 lines
213 B
Plaintext

id lc_nullable lc_int_nullable bool_nullable
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