mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
9c066e964d
Converted usage of CH-custom bit_cast to std::bit_cast if possible, i.e. when sizeof(From) == sizeof(To). (The CH-custom bit_cast is able to deal with sizeof(From) != sizeof(To).) Motivation for this came from #42847 where it is not clear how the internal bit_cast should behave on big endian systems, so we better avoid that situation as much as possible. |
||
---|---|---|
.. | ||
CatBoostLibraryAPI.h | ||
CatBoostLibraryHandler.cpp | ||
CatBoostLibraryHandler.h | ||
CatBoostLibraryHandlerFactory.cpp | ||
CatBoostLibraryHandlerFactory.h | ||
CMakeLists.txt | ||
ExternalDictionaryLibraryAPI.cpp | ||
ExternalDictionaryLibraryAPI.h | ||
ExternalDictionaryLibraryHandler.cpp | ||
ExternalDictionaryLibraryHandler.h | ||
ExternalDictionaryLibraryHandlerFactory.cpp | ||
ExternalDictionaryLibraryHandlerFactory.h | ||
ExternalDictionaryLibraryUtils.h | ||
library-bridge.cpp | ||
LibraryBridge.cpp | ||
LibraryBridge.h | ||
LibraryBridgeHandlerFactory.cpp | ||
LibraryBridgeHandlerFactory.h | ||
LibraryBridgeHandlers.cpp | ||
LibraryBridgeHandlers.h | ||
SharedLibrary.cpp | ||
SharedLibrary.h |