ClickHouse/programs/library-bridge
Robert Schulze 9c066e964d
Less use of CH-specific bit_cast()
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.
2022-11-04 15:52:48 +00:00
..
CatBoostLibraryAPI.h
CatBoostLibraryHandler.cpp Remove -WithTerminatingZero methods 2022-09-17 05:34:18 +02:00
CatBoostLibraryHandler.h Remove dlopen 2022-09-17 03:02:34 +02:00
CatBoostLibraryHandlerFactory.cpp fix: incorporate review comments 2022-09-14 15:21:24 +00:00
CatBoostLibraryHandlerFactory.h fix: incorporate review comments 2022-09-14 15:21:24 +00:00
CMakeLists.txt Remove dlopen 2022-09-17 03:02:34 +02:00
ExternalDictionaryLibraryAPI.cpp
ExternalDictionaryLibraryAPI.h
ExternalDictionaryLibraryHandler.cpp Less use of CH-specific bit_cast() 2022-11-04 15:52:48 +00:00
ExternalDictionaryLibraryHandler.h Remove dlopen 2022-09-17 03:02:34 +02:00
ExternalDictionaryLibraryHandlerFactory.cpp
ExternalDictionaryLibraryHandlerFactory.h
ExternalDictionaryLibraryUtils.h Less use of CH-specific bit_cast() 2022-11-04 15:52:48 +00:00
library-bridge.cpp
LibraryBridge.cpp
LibraryBridge.h
LibraryBridgeHandlerFactory.cpp
LibraryBridgeHandlerFactory.h
LibraryBridgeHandlers.cpp fix: incorporate review comments 2022-09-14 15:21:24 +00:00
LibraryBridgeHandlers.h
SharedLibrary.cpp Remove dlopen 2022-09-17 03:02:34 +02:00
SharedLibrary.h Remove dlopen 2022-09-17 03:02:34 +02:00