ClickHouse/src/IO
2022-03-10 07:31:06 -08:00
..
Archives Add utility classes ZipArchiveReader and ZipArchiveWriter. 2022-02-05 23:45:20 +07:00
examples contrib/dragonbox: add ALIAS library 2022-01-21 10:11:22 +03:00
S3 Decrease log level for some s3 messages. 2021-12-20 18:18:54 +03:00
tests Fix gtest_archive_reader_and_writer in case of !USE_MINIZIP 2022-02-12 15:01:20 +03:00
AIO.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
AIO.h Progress on development 2021-08-25 01:07:06 +03:00
AsynchronousReadBufferFromFile.cpp Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
AsynchronousReadBufferFromFile.h Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
AsynchronousReadBufferFromFileDescriptor.cpp Add more assertion 2022-02-21 22:42:43 +08:00
AsynchronousReadBufferFromFileDescriptor.h Add more assertion 2022-02-21 22:42:43 +08:00
AsynchronousReader.h Fixes 2021-12-17 18:16:29 +03:00
BitHelpers.h Preparation to build with Musl 2021-10-16 00:17:34 +03:00
BrotliReadBuffer.cpp Refactor 2021-12-30 04:47:34 +00:00
BrotliReadBuffer.h Refactor 2021-12-30 04:47:34 +00:00
BrotliWriteBuffer.cpp Fix comments 2021-11-22 14:19:26 +03:00
BrotliWriteBuffer.h Fix comments 2021-11-22 14:19:26 +03:00
BufferBase.h Update BufferBase.h 2022-02-07 17:49:53 +03:00
BufferWithOwnMemory.h BufferWithOwnMemory: take reallocs into account 2021-10-17 23:54:58 +03:00
Bzip2ReadBuffer.cpp Refactor 2021-12-30 04:47:34 +00:00
Bzip2ReadBuffer.h Refactor 2021-12-30 04:47:34 +00:00
Bzip2WriteBuffer.cpp Fix comments 2021-11-22 14:19:26 +03:00
Bzip2WriteBuffer.h Fix comments 2021-11-22 14:19:26 +03:00
CascadeWriteBuffer.cpp Ping CI 2021-11-30 12:21:26 +03:00
CascadeWriteBuffer.h
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
CompressionMethod.cpp implement hive table engine 2021-11-05 19:55:30 +08:00
CompressionMethod.h implement hive table engine 2021-11-05 19:55:30 +08:00
ConcatReadBuffer.h fix race on table schema in insert-select 2021-09-03 17:23:21 +03:00
ConnectionTimeouts.h Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
ConnectionTimeoutsContext.h Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
copyData.cpp Add tests 2021-05-27 15:54:47 +03:00
copyData.h Add tests 2021-05-27 15:54:47 +03:00
createReadBufferFromFileBase.cpp Accept real file size in createReadBufferFromFileBase() 2022-01-04 10:53:17 +03:00
createReadBufferFromFileBase.h Accept real file size in createReadBufferFromFileBase() 2022-01-04 10:53:17 +03:00
DoubleConverter.cpp
DoubleConverter.h
EmptyReadBuffer.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
FileEncryptionCommon.cpp fix special build 2021-09-12 02:49:31 +03:00
FileEncryptionCommon.h Remove cruft 2021-10-28 02:10:39 +03:00
HadoopSnappyReadBuffer.cpp fix code style 2021-11-12 10:11:17 +08:00
HadoopSnappyReadBuffer.h fix pvs check 2021-11-09 14:38:46 +08:00
HashingReadBuffer.h Remove AIO for sequential reads 2021-07-05 23:02:24 +03:00
HashingWriteBuffer.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
HashingWriteBuffer.h Fix GCC 11 build 2021-05-17 14:04:08 +02:00
HTTPChunkedReadBuffer.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
HTTPChunkedReadBuffer.h Do not limit HTTP chunk size 2021-03-29 20:49:28 +03:00
HTTPCommon.cpp Remove cruft 2021-10-28 02:10:39 +03:00
HTTPCommon.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
IReadableWriteBuffer.h Do not catch exceptions during final flush in writers destructors 2021-02-05 01:31:45 +03:00
LimitReadBuffer.cpp Fix UB in LimitReadBuffer in case of unexpected EOF 2021-12-21 08:38:41 +03:00
LimitReadBuffer.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Lz4DeflatingWriteBuffer.cpp Merge branch 'master' into fix-lz4 2021-12-23 16:13:26 +03:00
Lz4DeflatingWriteBuffer.h Fix comments 2021-11-22 14:19:26 +03:00
Lz4InflatingReadBuffer.cpp Merge branch 'master' into fix-lz4 2022-01-20 11:53:51 +00:00
Lz4InflatingReadBuffer.h Refactor 2021-12-30 04:47:34 +00:00
LZMADeflatingWriteBuffer.cpp Fix comments 2021-11-22 14:19:26 +03:00
LZMADeflatingWriteBuffer.h Fix comments 2021-11-22 14:19:26 +03:00
LZMAInflatingReadBuffer.cpp Refactor 2021-12-30 04:47:34 +00:00
LZMAInflatingReadBuffer.h Refactor 2021-12-30 04:47:34 +00:00
MemoryReadWriteBuffer.cpp Another build fix 2021-02-05 13:31:18 +03:00
MemoryReadWriteBuffer.h
MMappedFile.cpp Rename as suggested by Kita 2021-03-28 22:24:28 +03:00
MMappedFile.h Rename as suggested by Kita 2021-03-28 22:24:28 +03:00
MMappedFileCache.h Attempt to normalize big integers 2021-04-25 12:30:43 +03:00
MMappedFileDescriptor.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
MMappedFileDescriptor.h Rename as suggested by Kita 2021-03-28 22:24:28 +03:00
MMapReadBufferFromFile.cpp Fix error 2021-03-27 01:28:57 +03:00
MMapReadBufferFromFile.h
MMapReadBufferFromFileDescriptor.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
MMapReadBufferFromFileDescriptor.h Rename as suggested by Kita 2021-03-28 22:24:28 +03:00
MMapReadBufferFromFileWithCache.cpp Revert "[RFC] Fix memory tracking with min_bytes_to_use_mmap_io" 2021-04-19 01:30:53 +03:00
MMapReadBufferFromFileWithCache.h Revert "[RFC] Fix memory tracking with min_bytes_to_use_mmap_io" 2021-04-19 01:30:53 +03:00
MySQLBinlogEventReadBuffer.cpp Try fix review comment 2020-11-19 12:02:43 +08:00
MySQLBinlogEventReadBuffer.h More fixes for PVS-Studio 2021-05-08 19:12:49 +03:00
MySQLPacketPayloadReadBuffer.cpp
MySQLPacketPayloadReadBuffer.h
MySQLPacketPayloadWriteBuffer.cpp
MySQLPacketPayloadWriteBuffer.h ISSUES-4006 split mysql protocol 2020-08-13 20:41:36 +08:00
NullWriteBuffer.cpp
NullWriteBuffer.h
OpenedFile.cpp Experiment with sharing file descriptors 2021-07-24 01:50:14 +03:00
OpenedFile.h Experiment with sharing file descriptors 2021-07-24 01:50:14 +03:00
OpenedFileCache.h Fix OpenedFileCacheHits/OpenedFileCacheMisses 2021-11-10 21:15:27 +03:00
Operators.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
parseDateTimeBestEffort.cpp More cases for parseDateTimeBestEffort 2022-02-01 03:29:27 +03:00
parseDateTimeBestEffort.h Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
PeekableReadBuffer.cpp Use small amount of memory on stack in PeekableReadBuffer 2021-10-28 17:02:07 +03:00
PeekableReadBuffer.h Use small amount of memory on stack in PeekableReadBuffer 2021-10-28 17:02:07 +03:00
Progress.cpp Move protocol macros into separate header 2021-10-03 14:34:03 +03:00
Progress.h Update obsolete comments. 2021-10-19 12:58:10 +03:00
ReadBuffer.h Better ReadBuffer asynchronicity 2022-02-20 01:08:21 +08:00
ReadBufferFromAzureBlobStorage.cpp Update ReadBufferFromAzureBlobStorage.cpp 2021-12-25 05:57:15 +03:00
ReadBufferFromAzureBlobStorage.h Rename BlobStorage to AzureBlobStorage 2021-12-17 12:24:05 +03:00
ReadBufferFromEmptyFile.h Do not try to read empty files. 2021-10-27 22:25:03 +03:00
ReadBufferFromEncryptedFile.cpp fix consecutive backward seeks in seekable read buffers 2022-02-07 17:20:26 +03:00
ReadBufferFromEncryptedFile.h Remove cruft 2021-10-28 02:10:39 +03:00
ReadBufferFromFile.cpp Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
ReadBufferFromFile.h Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
ReadBufferFromFileBase.cpp Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
ReadBufferFromFileBase.h Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
ReadBufferFromFileDecorator.cpp Fix reading from empty file on encrypted disk. 2021-10-21 19:31:29 +03:00
ReadBufferFromFileDecorator.h Fix reading from empty file on encrypted disk. 2021-10-21 19:31:29 +03:00
ReadBufferFromFileDescriptor.cpp fix consecutive backward seeks in seekable read buffers 2022-02-07 17:20:26 +03:00
ReadBufferFromFileDescriptor.h adding destructors 2022-03-10 07:31:06 -08:00
ReadBufferFromIStream.cpp
ReadBufferFromIStream.h better 2021-04-13 22:39:42 +03:00
ReadBufferFromMemory.cpp ReadBufferFromMemory now can seek backwards after been read up to EOF. 2022-02-05 23:45:20 +07:00
ReadBufferFromMemory.h
ReadBufferFromPocoSocket.cpp Update ReadBufferFromPocoSocket.cpp 2022-02-20 16:59:17 +01:00
ReadBufferFromPocoSocket.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
ReadBufferFromS3.cpp fix consecutive backward seeks in seekable read buffers 2022-02-07 17:20:26 +03:00
ReadBufferFromS3.h Reduce memory usage for some formats 2021-11-03 14:30:03 +03:00
ReadBufferFromString.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-09-10 13:40:48 +03:00
readDecimalText.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
readFloatText.cpp Use fast_float by default 2020-12-06 23:37:36 +03:00
readFloatText.h Allow plus before Float32/Float64 2021-12-01 21:20:00 +03:00
ReadHelpers.cpp Fix linkage 2022-02-04 01:44:43 +03:00
ReadHelpers.h Fix terribly low performance of LineAsString format 2022-02-04 00:07:31 +03:00
ReadSettings.h Fix 2022-02-07 20:40:47 +01:00
ReadWriteBufferFromHTTP.h [CH-34239] HTTP User-Agent header (#34330) 2022-02-13 00:40:11 +03:00
S3Common.cpp Fix formatting error in logging messages 2022-02-01 14:30:04 +03:00
S3Common.h Remove cruft 2021-10-28 02:10:39 +03:00
SeekableReadBuffer.h Reduce memory usage for some formats 2021-11-03 14:30:03 +03:00
SeekAvoidingReadBuffer.cpp Drop unused headers 2021-09-01 02:47:52 +03:00
SeekAvoidingReadBuffer.h Better 2021-09-21 01:51:17 +03:00
SnappyReadBuffer.cpp implement hive table engine 2021-11-05 19:55:30 +08:00
SnappyReadBuffer.h implement hive table engine 2021-11-05 19:55:30 +08:00
SnappyWriteBuffer.cpp implement hive table engine 2021-11-05 19:55:30 +08:00
SnappyWriteBuffer.h fix code typo 2021-11-24 17:52:02 +08:00
SynchronousReader.cpp Better ReadBuffer asynchronicity 2022-02-20 01:08:21 +08:00
SynchronousReader.h Move code to .cpp 2021-08-27 02:32:11 +03:00
ThreadPoolReader.cpp Better ReadBuffer asynchronicity 2022-02-20 01:08:21 +08:00
ThreadPoolReader.h Move code to .cpp 2021-08-27 02:32:11 +03:00
TimeoutSetter.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TimeoutSetter.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
UncompressedCache.h Merge branch 'master' into normalize-bigint 2021-04-25 06:57:44 +03:00
UseSSL.cpp Remove cruft 2021-10-28 02:10:39 +03:00
UseSSL.h
VarInt.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
WriteBuffer.h Revert "Revert "Add pool to WriteBufferFromS3"" 2022-02-01 13:36:51 +03:00
WriteBufferDecorator.h Fix comments 2021-11-22 14:19:26 +03:00
WriteBufferFromArena.h Small refactoring of WriteBiffer-s 2021-11-11 02:11:18 +03:00
WriteBufferFromAzureBlobStorage.cpp Update WriteBufferFromAzureBlobStorage.cpp 2021-12-25 05:56:15 +03:00
WriteBufferFromAzureBlobStorage.h Fix 2021-12-24 22:51:36 +03:00
WriteBufferFromEncryptedFile.cpp Fix comments 2021-11-22 14:19:26 +03:00
WriteBufferFromEncryptedFile.h Fix comments 2021-11-22 14:19:26 +03:00
WriteBufferFromFile.cpp Fix tests 2021-11-11 20:27:23 +03:00
WriteBufferFromFile.h Small refactoring of WriteBiffer-s 2021-11-11 02:11:18 +03:00
WriteBufferFromFileBase.cpp
WriteBufferFromFileBase.h
WriteBufferFromFileDecorator.cpp Revert "Revert "Add pool to WriteBufferFromS3"" 2022-02-01 13:36:51 +03:00
WriteBufferFromFileDecorator.h Revert "Revert "Add pool to WriteBufferFromS3"" 2022-02-01 13:36:51 +03:00
WriteBufferFromFileDescriptor.cpp Merge branch 'master' into fix-write-buffers 2021-11-20 17:48:24 +03:00
WriteBufferFromFileDescriptor.h Fix tests 2021-11-11 20:27:23 +03:00
WriteBufferFromFileDescriptorDiscardOnFailure.cpp
WriteBufferFromFileDescriptorDiscardOnFailure.h
WriteBufferFromHTTP.cpp Address review comment 2022-02-12 10:46:01 +08:00
WriteBufferFromHTTP.h Address review comment 2022-02-12 10:46:01 +08:00
WriteBufferFromOStream.cpp Fix tests 2021-11-11 20:27:23 +03:00
WriteBufferFromOStream.h Small refactoring of WriteBiffer-s 2021-11-11 02:11:18 +03:00
WriteBufferFromPocoSocket.cpp Update WriteBufferFromPocoSocket.cpp 2022-02-20 16:59:39 +01:00
WriteBufferFromPocoSocket.h Small refactoring of WriteBiffer-s 2021-11-11 02:11:18 +03:00
WriteBufferFromS3.cpp Merge pull request #34433 from ClickHouse/s3-fix-content-type 2022-02-17 13:11:14 +03:00
WriteBufferFromS3.h Add settings for S3 multipart upload parts size 2022-02-08 19:38:04 +03:00
WriteBufferFromString.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
WriteBufferFromTemporaryFile.cpp
WriteBufferFromTemporaryFile.h Small refactoring of WriteBiffer-s 2021-11-11 02:11:18 +03:00
WriteBufferFromVector.h Fix surprisingly bad code in function "file" 2021-12-13 07:57:54 +03:00
WriteBufferValidUTF8.cpp Remove outstandingly wrong code 2021-11-24 00:48:57 +03:00
WriteBufferValidUTF8.h Small refactoring of WriteBiffer-s 2021-11-11 02:11:18 +03:00
WriteHelpers.cpp Quote more identifiers 2021-12-09 23:51:52 +03:00
WriteHelpers.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
WriteIntText.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ZlibDeflatingWriteBuffer.cpp Catch exceprion in ~ZlibDeflatingWriteBuffer 2021-12-13 12:29:35 +03:00
ZlibDeflatingWriteBuffer.h Fix comments 2021-11-22 14:19:26 +03:00
ZlibInflatingReadBuffer.cpp Refactor 2021-12-30 04:47:34 +00:00
ZlibInflatingReadBuffer.h Refactor 2021-12-30 04:47:34 +00:00
ZstdDeflatingAppendableWriteBuffer.cpp Fix bypass virtual dispatch in ZstdDeflatingAppendableWriteBuffer 2022-01-20 20:40:04 +03:00
ZstdDeflatingAppendableWriteBuffer.h Fix bypass virtual dispatch in ZstdDeflatingAppendableWriteBuffer 2022-01-20 20:40:04 +03:00
ZstdDeflatingWriteBuffer.cpp Fix comments 2021-11-22 14:19:26 +03:00
ZstdDeflatingWriteBuffer.h Fix comments 2021-11-22 14:19:26 +03:00
ZstdInflatingReadBuffer.cpp Refactor 2021-12-30 04:47:34 +00:00
ZstdInflatingReadBuffer.h Refactor 2021-12-30 04:47:34 +00:00