ClickHouse/programs/library-bridge
Robert Schulze 118e94523c
Activate clang-tidy warning "readability-container-contains"
This check suggests replacing <Container>.count() by
<Container>.contains() which is more speaking and in case of
multimaps/multisets also faster.
2022-04-18 23:53:11 +02:00
..
CMakeLists.txt Simplify strip for new packages 2022-03-23 15:14:30 +01:00
HandlerFactory.cpp Review fixes 2021-08-02 13:40:58 +00:00
HandlerFactory.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Handlers.cpp Fix formatting error in logging messages 2022-02-01 14:30:04 +03:00
Handlers.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
library-bridge.cpp First version 2021-03-05 10:19:01 +00:00
LibraryBridge.cpp Common base for bridges part 3 2021-03-07 13:55:40 +00:00
LibraryBridge.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
LibraryInterface.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
LibraryInterface.h LibraryDictionary bridge library interface 2021-04-13 22:53:36 +03:00
LibraryUtils.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SharedLibraryHandler.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
SharedLibraryHandler.h Remove BlockInputStream interfaces. 2021-10-14 13:25:43 +03:00
SharedLibraryHandlerFactory.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
SharedLibraryHandlerFactory.h Fix bridge-server interaction in case of metadata inconsistency 2021-08-01 08:59:16 +00:00