ClickHouse/src/Interpreters/examples
Azat Khuzhin 422cbe08fe Do not use PackedHashMap for non-POD for the purposes of layout
In clang-16 the behaviour for POD types had been changed in [1], this
does not allows us to use PackedHashMap for some types.

  [1]: 277123376c

Note, that I tried to come up with a more generic solution then
enumeratic types, but failed. Though now I think that this is good,
since this shows which types are not allowed for PackedHashMap

Another option is to use -fclang-abi-compat=13.0 but I doubt it is a
good idea.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-05-19 06:07:21 +02:00
..
CMakeLists.txt
hash_map3.cpp
hash_map_lookup.cpp
hash_map_string_2.cpp
hash_map_string_3.cpp
hash_map_string_small.cpp
hash_map_string.cpp
hash_map.cpp Do not use PackedHashMap for non-POD for the purposes of layout 2023-05-19 06:07:21 +02:00
jit_example.cpp
string_hash_map.cpp
string_hash_set.cpp
two_level_hash_map.cpp