ClickHouse/src/Client
2022-03-30 21:45:48 -07:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
ClientBase.cpp remove ATOMIC_FLAG_INIT: depreciated in C++20 and warns in clang-14 2022-03-30 21:45:48 -07:00
ClientBase.h Merge branch 'master' into stress-test 2022-03-17 11:10:37 +00:00
ClientBaseHelpers.cpp Better code 2022-01-30 19:48:35 +08:00
ClientBaseHelpers.h Fix build w/o replxx 2022-01-20 10:02:02 +03:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
Connection.cpp Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03:00
Connection.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
ConnectionEstablisher.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
ConnectionEstablisher.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
ConnectionParameters.cpp Fix reading port from config 2022-03-14 11:58:47 +00:00
ConnectionParameters.h Merge branch 'master' into issue-34776 2022-03-15 14:24:51 +01:00
ConnectionPool.cpp Better implementation 2021-07-24 18:02:51 +08:00
ConnectionPool.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ConnectionPoolWithFailover.cpp Fix test and build 2021-10-26 12:45:09 +08:00
ConnectionPoolWithFailover.h Merge branch 'master' into merging_30325 2022-03-21 13:23:45 +01:00
HedgedConnections.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
HedgedConnections.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
HedgedConnectionsFactory.cpp Cleanup ProfileEvents and CurrentMetrics 2021-11-10 21:15:27 +03:00
HedgedConnectionsFactory.h Small fixes and tests updates 2021-02-26 18:55:58 +03:00
IConnections.cpp Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
IConnections.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
InternalTextLogs.cpp Process incremental profile events on client 2021-11-08 16:38:31 +03:00
InternalTextLogs.h client: add ability to print raw profile events 2021-10-19 00:54:38 +03:00
IServerConnection.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
LocalConnection.cpp Merge pull request #34605 from bigo-sg/add_metric_for_local 2022-03-07 11:40:11 +01:00
LocalConnection.h fix mistake in check-style 2022-03-05 14:22:56 +08:00
MultiplexedConnections.cpp Fix parallel_reading_from_replicas with clickhouse-bechmark (#34751) 2022-03-08 16:42:29 +01:00
MultiplexedConnections.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
PacketReceiver.h Fix 01822_async_read_from_socket_crash for hedged connection. 2021-07-16 13:42:22 +03:00
QueryFuzzer.cpp Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
QueryFuzzer.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
Suggest.cpp finish dev 2022-02-15 20:11:13 +08:00
Suggest.h Add inplace merge for new completion words 2022-01-24 22:59:18 +03:00
TestHint.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into interactive-mode-for-clickhouse-local 2021-08-16 16:41:24 +03:00
TestHint.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into interactive-mode-for-clickhouse-local 2021-08-16 16:41:24 +03:00
TestTags.cpp Support test mode for clickhouse-local 2022-03-14 12:02:06 +01:00
TestTags.h Support test mode for clickhouse-local 2022-03-14 12:02:06 +01:00