ClickHouse/dbms/src/IO
2018-03-10 02:04:26 +03:00
..
tests Function "parseDateTimeBestEffort": development [#CLICKHOUSE-2] 2018-02-11 07:09:02 +03:00
AsynchronousWriteBuffer.h Reorganize includes. part 1 (#921) 2017-06-23 23:22:35 +03:00
BufferBase.h More optimal memory layout of BufferBase #1665 2018-01-13 22:29:10 +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 delay reading for granulas if prewhere column is false during partial granula reading 2017-07-13 21:45:09 +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 dbms: CompressionSettingsSelector. [#METR-21516] 2017-10-13 04:08:23 +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 added http_*_timeout settings [#CLICKHOUSE-3440] 2018-01-09 21:41:01 +03:00
copyData.cpp Disable part sendings and fetches before ALTER. [#CLICKHOUSE-3343] 2017-10-12 23:26:54 +03:00
copyData.h Disable part sendings and fetches before ALTER. [#CLICKHOUSE-3343] 2017-10-12 23:26:54 +03:00
createReadBufferFromFileBase.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
createReadBufferFromFileBase.h translate comments: IO 2017-05-28 16:29:40 +02:00
createWriteBufferFromFileBase.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
createWriteBufferFromFileBase.h translate comments: IO 2017-05-28 16:29:40 +02:00
DoubleConverter.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +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 Fixed build; clarifications [#CLICKHOUSE-3289]. 2017-09-08 19:41:35 +03:00
HTTPCommon.h Fixed build; clarifications [#CLICKHOUSE-3289]. 2017-09-08 19:41:35 +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 Fixed build [#CLICKHOUSE-2] 2018-02-12 04:11:28 +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 translate comments: IO 2017-05-28 16:29:40 +02:00
ReadBufferAIO.cpp Test and build fixes (#1822) 2018-01-26 12:03:38 +03:00
ReadBufferAIO.h Test and build fixes (#1822) 2018-01-26 12:03:38 +03:00
ReadBufferFromFile.cpp Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +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 Removed "experimental" namespace [#CLICKHOUSE-2]. 2017-11-20 07:15:43 +03:00
ReadBufferFromFileDescriptor.h load partition and minmax index from disk [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +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 Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
ReadWriteBufferFromHTTP.cpp added http_*_timeout settings [#CLICKHOUSE-3440] 2018-01-09 21:41:01 +03:00
ReadWriteBufferFromHTTP.h added http_*_timeout settings [#CLICKHOUSE-3440] 2018-01-09 21:41:01 +03:00
RemoteReadBuffer.h added http_*_timeout settings [#CLICKHOUSE-3440] 2018-01-09 21:41:01 +03:00
RemoteWriteBuffer.h translate comments: IO 2017-05-28 16:29:40 +02: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 translate comments: IO 2017-05-28 16:29:40 +02:00
WriteBufferAIO.cpp Test and build fixes (#1822) 2018-01-26 12:03:38 +03:00
WriteBufferAIO.h Test and build fixes (#1822) 2018-01-26 12:03:38 +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 [#CLICKHOUSe-2] 2018-01-10 03:04:08 +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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromPocoSocket.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
WriteBufferFromPocoSocket.h translate comments: IO 2017-05-28 16:29:40 +02:00
WriteBufferFromString.h Fixed not-an-issue found by Coverity [#CLICKHOUSE-2]. 2017-09-11 08:51:23 +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 Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
WriteIntText.h Miscellaneous [#CLICKHOUSE-2]. 2017-12-25 07:01:46 +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