ClickHouse/src/Client
2021-12-31 11:06:15 +03:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
ClientBase.cpp clickhouse-local: track memory under --max_memory_usage_in_client option 2021-12-31 11:06:15 +03:00
ClientBase.h Add hints for clickhouse client options 2021-12-16 20:19:00 +08:00
ClientBaseHelpers.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
ClientBaseHelpers.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
Connection.cpp Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
Connection.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
ConnectionEstablisher.cpp Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
ConnectionEstablisher.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
ConnectionParameters.cpp Remove cruft 2021-10-28 02:10:39 +03:00
ConnectionParameters.h Merge main, mainImpl code, allow interactive mode for clickhouse-local 2021-07-11 23:35:29 +03:00
ConnectionPool.cpp Better implementation 2021-07-24 18:02:51 +08:00
ConnectionPool.h Better implementation 2021-07-24 18:02:51 +08:00
ConnectionPoolWithFailover.cpp Modify comments 2021-10-13 18:38:24 +08:00
ConnectionPoolWithFailover.h Add slowdown_count and show actual information in system.clusters 2021-03-06 02:45:17 +03:00
HedgedConnections.cpp Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03: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 Add timeout into "Read timeout while draining from" message 2021-12-14 10:18:57 +03:00
IConnections.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03: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 Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
LocalConnection.cpp clickhouse local send profile info 2021-12-23 12:37:29 +03:00
LocalConnection.h clickhouse local send profile info 2021-12-23 12:37:29 +03:00
MultiplexedConnections.cpp Add timeout into "Timeout exceeded while reading from" message 2021-12-14 10:18:57 +03: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 Fixes 2021-11-10 09:33:48 +00:00
QueryFuzzer.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into interactive-mode-for-clickhouse-local 2021-08-16 16:41:24 +03:00
Suggest.cpp Merge pull request #30001 from ClickHouse/remove-streams-from-formats 2021-10-14 12:39:07 +03:00
Suggest.h Rename "common" to "base" 2021-10-02 10:13:14 +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