mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
33 lines
370 B
Plaintext
33 lines
370 B
Plaintext
Dictionary not nullable
|
|
dictGet
|
|
0.33
|
|
0.42
|
|
0.46
|
|
0.2
|
|
0.4
|
|
dictHas
|
|
1
|
|
1
|
|
1
|
|
0
|
|
select columns from dictionary
|
|
1 2019-05-05 2019-05-20 0.33
|
|
1 2019-05-21 2019-05-30 0.42
|
|
2 2019-05-21 2019-05-30 0.46
|
|
Dictionary nullable
|
|
dictGet
|
|
0.33
|
|
0.42
|
|
\N
|
|
0.2
|
|
0.4
|
|
dictHas
|
|
1
|
|
1
|
|
1
|
|
0
|
|
select columns from dictionary
|
|
1 2019-05-05 2019-05-20 0.33
|
|
1 2019-05-21 2019-05-30 0.42
|
|
2 2019-05-21 2019-05-30 \N
|