ClickHouse/tests/queries/0_stateless/02381_arrow_dict_to_lc.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
213 B
Plaintext
Raw Normal View History

2022-08-09 19:13:47 +00:00
id lc_nullable lc_int_nullable bool_nullable
2022-12-30 17:26:48 +00:00
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