ClickHouse/dbms/src/IO
2018-12-19 20:20:18 +03:00
..
tests Compilable code 2018-12-13 13:25:11 +03:00
AIO.cpp Dummy implementation for non-Linux platforms #2482 2018-08-22 08:56:06 +03:00
AIO.h Merge remote-tracking branch 'upstream/master' into fix3 2018-08-22 15:22:58 +03:00
AIOContextPool.cpp Enabling -Wshadow [#CLICKHOUSE-2] 2018-08-26 05:13:41 +03:00
AIOContextPool.h Enabling -Wshadow [#CLICKHOUSE-2] 2018-08-26 05:13:41 +03:00
AsynchronousWriteBuffer.h Make sure BufferBase is fully swapped. 2018-08-25 19:58:16 +08:00
BufferBase.h Padding for IO buffers. 2018-08-29 09:39:44 +08:00
BufferWithOwnMemory.h Added comments #2980 2018-08-30 23:12:15 +03:00
CachedCompressedReadBuffer.cpp Refactoring (sanitizer failure) 2018-12-19 20:20:18 +03:00
CachedCompressedReadBuffer.h Refactoring (sanitizer failure) 2018-12-19 20:20:18 +03:00
CascadeWriteBuffer.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CascadeWriteBuffer.h Build fixes (#3181) 2018-09-28 17:53:20 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
CompressedReadBuffer.cpp Avoid temporary nullptr references [#CLICKHOUSE-2] 2018-09-02 06:00:04 +03:00
CompressedReadBuffer.h translate comments: IO 2017-05-28 16:29:40 +02:00
CompressedReadBufferBase.cpp Avoid temporary nullptr references [#CLICKHOUSE-2] 2018-09-02 06:00:04 +03:00
CompressedReadBufferBase.h Continued experiments [#CLICKHOUSE-2] 2018-01-16 04:59:51 +03:00
CompressedReadBufferFromFile.cpp Avoid temporary nullptr references [#CLICKHOUSE-2] 2018-09-02 06:00:04 +03:00
CompressedReadBufferFromFile.h CLICKHOUSE-3762 Build fixes (#2488) 2018-06-19 21:09:09 +03:00
CompressedStream.h ISSUES-838 add lz4、none、zstd codec 2018-12-13 12:10:34 +08:00
CompressedWriteBuffer.cpp Avoid temporary nullptr references [#CLICKHOUSE-2] 2018-09-02 06:00:04 +03:00
CompressedWriteBuffer.h dbms: Added compression level for ZSTD. [#METR-26742] 2017-10-13 04:08:23 +03:00
CompressionSettings.cpp fix use of uninitialized variable [#CLICKHOUSE-2] 2017-11-03 19:39:06 +03:00
CompressionSettings.h fix use of uninitialized variable [#CLICKHOUSE-2] 2017-11-03 19:39:06 +03:00
ConcatReadBuffer.h translate comments: IO 2017-05-28 16:29:40 +02:00
ConnectionTimeouts.h rename setting to tcp_keep_alive 2018-10-23 02:02:57 +03:00
copyData.cpp more honest constness in ActionBlocker 2018-05-25 23:06:36 +03:00
copyData.h more honest constness in ActionBlocker 2018-05-25 23:06:36 +03:00
createReadBufferFromFileBase.cpp Code consistency [#CLICKHOUSE-3943] 2018-09-04 22:34:34 +03:00
createReadBufferFromFileBase.h Code consistency [#CLICKHOUSE-3943] 2018-09-04 22:34:34 +03:00
createWriteBufferFromFileBase.cpp Code consistency [#CLICKHOUSE-3943] 2018-09-04 22:34:34 +03:00
createWriteBufferFromFileBase.h Code consistency [#CLICKHOUSE-3943] 2018-09-04 22:34:34 +03:00
DoubleConverter.h Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
HashingReadBuffer.h Better [#CLICKHOUSE-2]. 2017-12-01 21:36:55 +03:00
HashingWriteBuffer.cpp Unification [#CLICKHOUSE-2]. 2017-09-15 15:16:12 +03:00
HashingWriteBuffer.h Unification [#CLICKHOUSE-2]. 2017-09-15 15:16:12 +03:00
HexWriteBuffer.cpp Attempt to improve performance [#CLICKHOUSE-3]. 2017-07-23 09:53:28 +03:00
HexWriteBuffer.h Merge branch 'master' of github.com:yandex/ClickHouse 2017-06-01 21:13:42 +03:00
HTTPCommon.cpp CLICKHOUSE-4137 DictionaryFactory, DictionarySourceFactory (#3653) 2018-11-28 14:37:12 +03:00
HTTPCommon.h CLICKHOUSE-4112: Add keepalive for http connections 2018-11-20 16:15:44 +03:00
InterserverWriteBuffer.cpp Fix on an compiling error 2018-02-09 11:30:08 +08:00
InterserverWriteBuffer.h Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
IReadableWriteBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
LimitReadBuffer.cpp Try to fix "query in form data" feature while still tracking limits for external tables (try №2) #2482 2018-08-20 05:23:35 +03:00
LimitReadBuffer.h Avoid memory over-allocation when large value of "max_query_size" is specified [#CLICKHOUSE-4169] 2018-11-30 18:36:41 +03:00
LZ4_decompress_faster.cpp Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
LZ4_decompress_faster.h Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
MemoryReadWriteBuffer.cpp Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
MemoryReadWriteBuffer.h Moved code to cpp [#CLICKHOUSE-2]. 2017-04-08 04:32:05 +03:00
MMapReadBufferFromFile.cpp Consistency of FileOpen event [#CLICKHOUSE-3943] 2018-09-04 22:24:45 +03:00
MMapReadBufferFromFile.h Updated performance testing tool #1890 2018-06-13 05:52:03 +03:00
MMapReadBufferFromFileDescriptor.cpp Updated performance testing tool #1890 2018-06-13 05:52:03 +03:00
MMapReadBufferFromFileDescriptor.h Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
Operators.h Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
parseDateTimeBestEffort.cpp Suppressions for PVS-Studio [#CLICKHOUSE-3] 2018-06-04 18:28:25 +03:00
parseDateTimeBestEffort.h Misc build and test fixes (#1905) 2018-02-14 20:27:14 +03:00
Progress.cpp Removed the possibility to use queries with empty query_id; better semantics #245 2018-03-10 02:04:26 +03:00
Progress.h Removed the possibility to use queries with empty query_id; better semantics #245 2018-03-10 02:04:26 +03:00
ReadBuffer.h More information in 'Cannot read all data' errors 2018-07-13 22:06:26 +03:00
ReadBufferAIO.cpp Fix AIO unknown compression method when merge tree has mark to last byte of file 2018-11-06 20:29:31 +03:00
ReadBufferAIO.h Dummy implementation for non-Linux platforms #2482 2018-08-22 08:56:06 +03:00
ReadBufferFromFile.cpp Consistency of FileOpen event [#CLICKHOUSE-3943] 2018-09-04 22:24:45 +03:00
ReadBufferFromFile.h Better [#CLICKHOUSE-2]. 2017-12-01 20:49:12 +03:00
ReadBufferFromFileBase.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReadBufferFromFileBase.h CLICKHOUSE-3762 Build fixes (#2488) 2018-06-19 21:09:09 +03:00
ReadBufferFromFileDescriptor.cpp Code cleanups #2482 2018-08-22 03:24:55 +03:00
ReadBufferFromFileDescriptor.h libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
ReadBufferFromHDFS.h Add integration test, put dependent libs to contrib, slightly refine 2018-12-07 14:41:24 +03:00
ReadBufferFromIStream.cpp Fixed build #2627 2018-07-11 15:50:23 +03:00
ReadBufferFromIStream.h Update ReadBufferFromIStream.h 2018-07-10 23:46:10 +03:00
ReadBufferFromMemory.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReadBufferFromPocoSocket.cpp Removed unused constructor #3633 2018-11-22 21:09:17 +03:00
ReadBufferFromPocoSocket.h translate comments: IO 2017-05-28 16:29:40 +02:00
ReadBufferFromString.h Less dependencies [#CLICKHOUSE-2]. 2017-04-16 08:40:17 +03:00
readFloatText.cpp Addition to prev. revision #1665 2018-01-13 08:20:18 +03:00
readFloatText.h Merge pull request #3155 from yandex/fix-float-parsing-with-custom-csv-delimiter 2018-09-17 22:39:45 +03:00
ReadHelpers.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
ReadHelpers.h Added more style checks [#CLICKHOUSE-3] 2018-11-23 21:52:00 +03:00
ReadWriteBufferFromHTTP.cpp Add http connection pool between replicas 2018-11-16 16:15:17 +03:00
ReadWriteBufferFromHTTP.h CLICKHOUSE-4112: Add keepalive for http connections 2018-11-20 16:15:44 +03:00
UncompressedCache.h Fixed non-harmful data race [#CLICKHOUSE-2] 2018-03-09 02:07:39 +03:00
UseSSL.cpp Fix ssl init (#3056) 2018-09-06 21:05:33 +03:00
UseSSL.h Fix ssl init (#3056) 2018-09-06 21:05:33 +03:00
VarInt.h Update VarInt.h 2018-08-26 02:46:18 +03:00
WriteBuffer.h Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2] 2018-06-03 19:51:31 +03:00
WriteBufferAIO.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
WriteBufferAIO.h Dummy implementation for non-Linux platforms #2482 2018-08-22 08:56:06 +03:00
WriteBufferFromArena.h Allow to use values of AggregateFunction data type in groupArray aggregate function [#CLICKHOUSE-3485]. 2017-12-06 06:10:32 +03:00
WriteBufferFromFile.cpp Consistency of FileOpen event [#CLICKHOUSE-3943] 2018-09-04 22:24:45 +03:00
WriteBufferFromFile.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromFileBase.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromFileBase.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromFileDescriptor.cpp [WIP] Introduced query_thread_log. [#CLICKHOUSE-2910] 2018-05-31 18:54:08 +03:00
WriteBufferFromFileDescriptor.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromHTTP.cpp Add http connection pool between replicas 2018-11-16 16:15:17 +03:00
WriteBufferFromHTTP.h Add http connection pool between replicas 2018-11-16 16:15:17 +03:00
WriteBufferFromHTTPServerResponse.cpp Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +03:00
WriteBufferFromHTTPServerResponse.h Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
WriteBufferFromOStream.cpp Update WriteBufferFromOStream.cpp 2018-07-10 23:46:10 +03:00
WriteBufferFromOStream.h Update WriteBufferFromOStream.h 2018-07-10 23:46:10 +03:00
WriteBufferFromPocoSocket.cpp Fixed wrong exception message [#CLICKHOUSE-2] 2018-11-26 20:11:04 +03:00
WriteBufferFromPocoSocket.h Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +03:00
WriteBufferFromString.h Avoid memory over-allocation when large value of "max_query_size" is specified [#CLICKHOUSE-4169] 2018-11-30 18:36:41 +03:00
WriteBufferFromTemporaryFile.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromTemporaryFile.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromVector.h Fixed error #3720 2018-12-01 05:38:54 +03:00
WriteBufferValidUTF8.cpp Avoid temporary nullptr references [#CLICKHOUSE-2] 2018-09-02 06:00:04 +03:00
WriteBufferValidUTF8.h translate comments: IO 2017-05-28 16:29:40 +02:00
WriteHelpers.cpp Don't allow exceptions without code (#3645) 2018-11-23 00:19:58 +03:00
WriteHelpers.h Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2] 2018-11-25 03:08:50 +03:00
WriteIntText.h remove dirty code [CLICKHOUSE-3765] 2018-08-31 20:36:27 +03:00
ZlibCompressionMethod.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ZlibDeflatingWriteBuffer.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
ZlibDeflatingWriteBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ZlibInflatingReadBuffer.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
ZlibInflatingReadBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00