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 feat: implement catboost in library-bridge 2022-09-08 09:01:32 +00:00
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 Prepare library-bridge for catboost integration 2022-08-04 19:26:51 +00:00
ExternalDictionaryLibraryAPI.h Prepare library-bridge for catboost integration 2022-08-04 19:26:51 +00:00
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 feat: implement catboost in library-bridge 2022-09-08 09:01:32 +00:00
ExternalDictionaryLibraryHandlerFactory.h feat: implement catboost in library-bridge 2022-09-08 09:01:32 +00:00
ExternalDictionaryLibraryUtils.h Less use of CH-specific bit_cast() 2022-11-04 15:52:48 +00:00
library-bridge.cpp Prepare library-bridge for catboost integration 2022-08-04 19:26:51 +00:00
LibraryBridge.cpp Prepare library-bridge for catboost integration 2022-08-04 19:26:51 +00:00
LibraryBridge.h Prepare library-bridge for catboost integration 2022-08-04 19:26:51 +00:00
LibraryBridgeHandlerFactory.cpp feat: implement catboost in library-bridge 2022-09-08 09:01:32 +00:00
LibraryBridgeHandlerFactory.h Prepare library-bridge for catboost integration 2022-08-04 19:26:51 +00:00
LibraryBridgeHandlers.cpp fix: incorporate review comments 2022-09-14 15:21:24 +00:00
LibraryBridgeHandlers.h chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
SharedLibrary.cpp Remove dlopen 2022-09-17 03:02:34 +02:00
SharedLibrary.h Remove dlopen 2022-09-17 03:02:34 +02:00