ClickHouse/dbms/src/IO
2018-06-15 00:20:39 +03:00
..
tests Cmake: mark system includes as SYSTEM (#1449) 2018-06-06 23:21:58 +03:00
AsynchronousWriteBuffer.h Reorganize includes. part 1 (#921) 2017-06-23 23:22:35 +03:00
BufferBase.h Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2] 2018-06-03 19:51:31 +03:00
BufferWithOwnMemory.h Allocator fix: nothing do when sizes equal, allow reallocate to smaller size (#1512) 2017-11-17 23:27:12 +03:00
CachedCompressedReadBuffer.cpp delay reading for granulas if prewhere column is false during partial granula reading 2017-07-13 21:45:09 +03:00
CachedCompressedReadBuffer.h Insignificant changes for PVS-Studio [#CLICKHOUSE-3] 2018-06-04 22:22:27 +03:00
CascadeWriteBuffer.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CascadeWriteBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
CompressedReadBuffer.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CompressedReadBuffer.h translate comments: IO 2017-05-28 16:29:40 +02:00
CompressedReadBufferBase.cpp Rewrote pieces of code with ambiguous '&pointer[offset]' semantics 2017-11-15 22:22:32 +03:00
CompressedReadBufferBase.h Fixed bad translation [#CLICKHOUSE-2]. 2017-11-04 05:12:05 +03:00
CompressedReadBufferFromFile.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CompressedReadBufferFromFile.h Remove wrong char from code 2017-05-29 14:18:51 +03:00
CompressedStream.h Merge branch 'master' into nocompression 2017-07-31 13:36:58 +02:00
CompressedWriteBuffer.cpp Insignificant changes for PVS-Studio [#CLICKHOUSE-3] 2018-06-04 22:22:27 +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 Fixed error: wrong timeouts passed to ConnectionPoolWithFailover [#CLICKHOUSE-3641] 2018-03-12 23:25:18 +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 libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
createReadBufferFromFileBase.h translate comments: IO 2017-05-28 16:29:40 +02:00
createWriteBufferFromFileBase.cpp libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
createWriteBufferFromFileBase.h translate comments: IO 2017-05-28 16:29:40 +02:00
DoubleConverter.h Non significant changes according to clang's -Weverything, part 5 [#CLICKHOUSE-2] 2018-06-04 01:11: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 Added WriteBufferFromHTTP and used it in StorageURL. Also small refactoring. 2018-06-15 00:20:39 +03:00
HTTPCommon.h Added WriteBufferFromHTTP and used it in StorageURL. Also small refactoring. 2018-06-15 00:20:39 +03:00
InterserverWriteBuffer.cpp Fix on an compiling error 2018-02-09 11:30:08 +08:00
InterserverWriteBuffer.h translate comments: IO 2017-05-28 16:29:40 +02:00
IReadableWriteBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
LimitReadBuffer.cpp Fixed LimitReadBuffer [#CLICKHOUSE-2]. 2017-08-15 23:14:15 +03:00
LimitReadBuffer.h Moved code to cpp [#CLICKHOUSE-2]. 2017-08-14 07:42:04 +03:00
MemoryReadWriteBuffer.cpp Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
MemoryReadWriteBuffer.h Moved code to cpp [#CLICKHOUSE-2]. 2017-04-08 04:32:05 +03:00
Operators.h Better [#CLICKHOUSE-2]. 2017-12-01 20:49:12 +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 Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2] 2018-06-03 19:51:31 +03:00
ReadBufferAIO.cpp Miscellaneous (no effect) [#CLICKHOUSE-2] 2018-05-09 07:22:30 +03:00
ReadBufferAIO.h libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
ReadBufferFromFile.cpp Miscellaneous (no effect) [#CLICKHOUSE-2] 2018-05-09 07:22:30 +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 load partition and minmax index from disk [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
ReadBufferFromFileDescriptor.cpp libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
ReadBufferFromFileDescriptor.h libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
ReadBufferFromIStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReadBufferFromMemory.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReadBufferFromPocoSocket.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +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 Miscellaneous [#CLICKHOUSE-2] 2018-02-21 22:35:10 +03:00
ReadHelpers.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
ReadHelpers.h Allowed to switch between 'basic' and 'best effort' methods of parsing DateTime from text: preparation #1710 2018-06-08 05:56:37 +03:00
ReadWriteBufferFromHTTP.cpp Added WriteBufferFromHTTP and used it in StorageURL. Also small refactoring. 2018-06-15 00:20:39 +03:00
ReadWriteBufferFromHTTP.h Added WriteBufferFromHTTP and used it in StorageURL. Also small refactoring. 2018-06-15 00:20:39 +03:00
UncompressedCache.h Fixed non-harmful data race [#CLICKHOUSE-2] 2018-03-09 02:07:39 +03:00
VarInt.h Miscellaneous [#CLICKHOUSE-2]. 2017-12-25 07:01:46 +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 Miscellaneous (no effect) [#CLICKHOUSE-2] 2018-05-09 07:22:30 +03:00
WriteBufferAIO.h libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +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 Miscellaneous (no effect) [#CLICKHOUSE-2] 2018-05-09 07:22:30 +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 libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
WriteBufferFromFileDescriptor.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromHTTPServerResponse.cpp Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +03:00
WriteBufferFromHTTPServerResponse.h Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +03:00
WriteBufferFromOStream.h Added WriteBufferFromHTTP and used it in StorageURL. Also small refactoring. 2018-06-15 00:20:39 +03:00
WriteBufferFromPocoSocket.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +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 Miscellaneous [#CLICKHOUSE-2] 2018-05-16 03:34:56 +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 several UB-abusing places 2017-11-15 22:22:32 +03:00
WriteBufferValidUTF8.cpp Allow compile on 32bit systems (#1175) 2017-09-01 20:21:03 +03:00
WriteBufferValidUTF8.h translate comments: IO 2017-05-28 16:29:40 +02:00
WriteHelpers.cpp Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
WriteHelpers.h Changed DayNum_t to DayNum as Amos Bird suggested [#CLICKHOUSE-3] 2018-05-25 16:29:15 +03:00
WriteIntText.h Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2] 2018-06-03 19:51:31 +03:00
ZlibCompressionMethod.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ZlibDeflatingWriteBuffer.cpp zlib fix flags in headers 2017-11-30 20:52:09 +03:00
ZlibDeflatingWriteBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ZlibInflatingReadBuffer.cpp zlib fix flags in headers 2017-11-30 20:52:09 +03:00
ZlibInflatingReadBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00