ClickHouse/dbms/include/DB/IO
2017-03-28 20:46:16 +03:00
..
AsynchronousWriteBuffer.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
BufferBase.h Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
BufferWithOwnMemory.h Normalized formatting [#CLICKHOUSE-3]. 2017-03-09 07:26:17 +03:00
CachedCompressedReadBuffer.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
CascadeWriteBuffer.h Split implementations to different files. [#CLICKHOUSE-2070] 2017-03-28 20:46:16 +03:00
CompressedReadBuffer.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
CompressedReadBufferBase.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
CompressedReadBufferFromFile.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
CompressedStream.h More include fixes (#462) 2017-02-08 01:26:32 +04:00
CompressedWriteBuffer.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
ConcatReadBuffer.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
copyData.h Merge 2016-03-01 20:47:53 +03:00
createReadBufferFromFileBase.h Little better [#METR-2944]. 2016-06-25 07:29:09 +03:00
createWriteBufferFromFileBase.h dbms: Server: tweaked comments. [#METR-15090] 2015-04-15 11:45:22 +03:00
DoubleConverter.h dbms: refactor DoubleConverter [#METR-17328] 2015-11-30 20:55:42 +03:00
HashingReadBuffer.h Reorganize includes, less depends in .h files 2017-01-16 22:47:11 +03:00
HashingWriteBuffer.h Reorganize includes, less depends in .h files 2017-01-16 22:47:11 +03:00
HexWriteBuffer.h Normalized formatting [#CLICKHOUSE-3]. 2017-03-09 07:26:17 +03:00
HTTPCommon.h https server (#561) 2017-03-07 23:01:37 +04:00
InterserverWriteBuffer.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
IReadableWriteBuffer.h Split implementations to different files. [#CLICKHOUSE-2070] 2017-03-28 20:46:16 +03:00
LimitReadBuffer.h Normalized formatting [#CLICKHOUSE-3]. 2017-03-09 07:26:17 +03:00
MemoryReadWriteBuffer.h Split implementations to different files. [#CLICKHOUSE-2070] 2017-03-28 20:46:16 +03:00
MySQLxxHelpers.h Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
Operators.h dbms: don't allow more than one instance of clickhouse-server to run with same data directory [#METR-14391]. 2014-12-21 06:18:40 +03:00
ReadBuffer.h Implemented re-readable buffers, add unit tests. [#CLICKHOUSE-2070] 2017-03-28 20:46:16 +03:00
ReadBufferAIO.h Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237]. 2016-10-24 07:06:27 +03:00
ReadBufferFromFile.h Implemented re-readable buffers, add unit tests. [#CLICKHOUSE-2070] 2017-03-28 20:46:16 +03:00
ReadBufferFromFileBase.h Fix compiling in freebsd/clang 2017-01-17 18:03:32 +00:00
ReadBufferFromFileDescriptor.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
ReadBufferFromHTTP.h wip 2016-11-16 03:34:57 +03:00
ReadBufferFromIStream.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
ReadBufferFromMemory.h Less const_casts [#METR-2944]. 2017-01-03 04:42:17 +03:00
ReadBufferFromPocoSocket.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
ReadBufferFromString.h Less const_casts [#METR-2944]. 2017-01-03 04:42:17 +03:00
ReadHelpers.h Better overloads [#CLICKHOUSE-2]. 2017-03-13 22:23:56 +03:00
ReadWriteBufferFromHTTP.h HTTPDictionarySource support HTTPS (#510) 2017-02-28 01:07:57 +04:00
RemoteReadBuffer.h simple get works 2016-11-16 02:55:45 +03:00
RemoteWriteBuffer.h Fixed error [#CLICKHOUSE-2]. 2017-02-07 09:18:16 +03:00
UncompressedCache.h Separate compilation of ProfileEvents; comments [#METR-23237]. 2016-10-24 05:02:37 +03:00
VarInt.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
WriteBuffer.h Implemented re-readable buffers, add unit tests. [#CLICKHOUSE-2070] 2017-03-28 20:46:16 +03:00
WriteBufferAIO.h Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237]. 2016-10-24 07:06:27 +03:00
WriteBufferFromFile.h Implemented re-readable buffers, add unit tests. [#CLICKHOUSE-2070] 2017-03-28 20:46:16 +03:00
WriteBufferFromFileBase.h dbms: Server: Small cosmetic cleanup. [#METR-15090] 2015-04-30 18:04:42 +03:00
WriteBufferFromFileDescriptor.h Normalized formatting [#CLICKHOUSE-3]. 2017-03-09 07:26:17 +03:00
WriteBufferFromHTTPServerResponse.h Correct fix of building with external poco with disabled sending progress (#461) 2017-02-07 23:45:55 +04:00
WriteBufferFromOStream.h [#METR-23582] 2017-01-07 20:22:58 +03:00
WriteBufferFromPocoSocket.h Normalized formatting [#CLICKHOUSE-3]. 2017-03-09 07:26:17 +03:00
WriteBufferFromString.h Normalized formatting [#CLICKHOUSE-3]. 2017-03-09 07:26:17 +03:00
WriteBufferFromTemporaryFile.h Split implementations to different files. [#CLICKHOUSE-2070] 2017-03-28 20:46:16 +03:00
WriteBufferFromVector.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
WriteBufferValidUTF8.h Preparation [#METR-23332]. 2016-10-29 20:13:35 +03:00
WriteHelpers.h Addition to prev. revision [#CLICKHOUSE-2]. 2017-03-14 00:46:18 +03:00
WriteIntText.h Removed useless code [#METR-2944]. 2016-08-01 23:03:55 +03:00
ZlibCompressionMethod.h [#METR-23582] 2017-01-07 20:22:58 +03:00
ZlibDeflatingWriteBuffer.h [#METR-23582] 2017-01-07 20:22:58 +03:00
ZlibInflatingReadBuffer.h [#METR-23582] 2017-01-07 20:22:58 +03:00