ClickHouse/src/IO
2022-09-23 19:39:07 +02:00
..
Archives Fix clang-tidy 2022-08-20 17:09:20 +02:00
examples Fix clang-tidy 2022-08-20 17:09:20 +02:00
S3 Better S3 logs 2022-09-22 22:34:13 +00:00
tests Fix 8/9 of trash 2022-09-19 08:53:20 +02:00
AIO.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
AIO.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
AsynchronousReadBufferFromFile.cpp Fix threadpool reader (for local fs) 2022-09-23 19:35:16 +02:00
AsynchronousReadBufferFromFile.h Fix threadpool reader (for local fs) 2022-09-23 19:35:16 +02:00
AsynchronousReadBufferFromFileDescriptor.cpp Fix threadpool reader (for local fs) 2022-09-23 19:35:16 +02:00
AsynchronousReadBufferFromFileDescriptor.h Fix threadpool reader (for local fs) 2022-09-23 19:35:16 +02:00
AsynchronousReader.h Get rid of static threadpools 2022-09-07 17:48:11 +02:00
BitHelpers.h Fix Endian issue in BitHelpers 2022-07-27 06:56:04 -07:00
BoundedReadBuffer.cpp Continue 2022-06-13 16:32:07 +02:00
BoundedReadBuffer.h Review fixes 2022-07-17 15:13:28 +02:00
BrotliReadBuffer.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
BrotliReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +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 Memory don't do alignment by itself, Allocator does 2022-08-18 16:01:30 +02:00
Bzip2ReadBuffer.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
Bzip2ReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +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 remove some dead and commented code 2022-07-21 15:05:48 +02:00
CascadeWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
CMakeLists.txt fix unit test and build error 2022-01-06 11:41:24 +08:00
CompressedReadBufferWrapper.h Merge pull request #36650 from bigo-sg/hive_text_parallel_parsing 2022-05-03 15:56:28 +02:00
CompressionMethod.cpp validate parameter 2022-08-25 14:49:17 +08:00
CompressionMethod.h Better 2022-07-07 01:47:33 +00:00
ConcatReadBuffer.h Use BackupEntryFromAppendOnlyFile for Log engine, 2022-03-20 20:02:15 +01:00
ConcatSeekableReadBuffer.cpp Fix incremental backups for Log family. 2022-08-31 12:57:28 +02:00
ConcatSeekableReadBuffer.h Fix incremental backups for Log family. 2022-08-31 12:57:28 +02:00
ConnectionTimeouts.h fix my favorite ctor 2022-08-12 16:28:21 +02:00
ConnectionTimeoutsContext.h Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
copyData.cpp debugging 2022-04-20 19:58:31 +08:00
copyData.h Add tests 2021-05-27 15:54:47 +03:00
DoubleConverter.cpp
DoubleConverter.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
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 Fix seeking while reading from encrypted disk. 2022-07-29 12:45:29 +02:00
ForkWriteBuffer.cpp Addressed review comments 2022-07-20 21:02:54 +02:00
ForkWriteBuffer.h Addressed review comments 2022-07-20 21:02:54 +02:00
HadoopSnappyReadBuffer.cpp Fix 2022-08-22 18:48:32 +02:00
HadoopSnappyReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00:00
HashingReadBuffer.h Fix incremental backups for Log family. 2022-08-31 12:57:28 +02:00
HashingWriteBuffer.cpp
HashingWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
HTTPChunkedReadBuffer.cpp fix heap buffer overflow by limiting http chunk size 2022-08-18 14:30:52 +02:00
HTTPChunkedReadBuffer.h fix heap buffer overflow by limiting http chunk size 2022-08-18 14:30:52 +02:00
HTTPCommon.cpp Do not report "Failed communicating with" on and on for parts exchange 2022-07-14 15:17:15 +03:00
HTTPCommon.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
IOThreadPool.cpp Address PR comments 2022-03-16 15:45:17 +00:00
IOThreadPool.h Use a shared IO thread pool 2022-03-11 08:33:34 +00: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
LimitSeekableReadBuffer.cpp Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
LimitSeekableReadBuffer.h Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
Lz4DeflatingWriteBuffer.cpp Merge branch 'master' into fix-lz4 2021-12-23 16:13:26 +03:00
Lz4DeflatingWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
Lz4InflatingReadBuffer.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
Lz4InflatingReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +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 show names of erroneous files 2022-04-16 00:10:47 +00:00
LZMAInflatingReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00:00
MemoryReadWriteBuffer.cpp Another build fix 2021-02-05 13:31:18 +03:00
MemoryReadWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
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 Change class LRUCache to class CachBase. Check running CacheBase with default pcahce policy SLRU 2022-08-07 19:59:30 +00:00
MMappedFileDescriptor.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
MMappedFileDescriptor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
MMapReadBufferFromFile.cpp Fix error 2021-03-27 01:28:57 +03:00
MMapReadBufferFromFile.h
MMapReadBufferFromFileDescriptor.cpp improvements for getFileSize 2022-06-20 15:22:56 +02:00
MMapReadBufferFromFileDescriptor.h improvements for getFileSize 2022-06-20 15:22:56 +02: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 remove more stringstreams 2020-11-10 21:22:26 +03:00
MySQLPacketPayloadReadBuffer.h ISSUES-4006 split mysql protocol 2020-08-13 20:41:36 +08:00
MySQLPacketPayloadWriteBuffer.cpp Fix half of trash 2022-09-10 04:08:16 +02:00
MySQLPacketPayloadWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
NullWriteBuffer.cpp
NullWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
OpenedFile.cpp Improve performance of file descriptor cache by narrowing mutex scopes (#36682) 2022-04-28 14:56:53 +02:00
OpenedFile.h Improve performance of file descriptor cache by narrowing mutex scopes (#36682) 2022-04-28 14:56:53 +02:00
OpenedFileCache.h Fix OpenedFileCacheHits/OpenedFileCacheMisses 2021-11-10 21:15:27 +03:00
Operators.h Fix test failures 2022-07-20 07:59:02 +00:00
ParallelReadBuffer.cpp Get rid of static threadpools 2022-09-07 17:48:11 +02:00
ParallelReadBuffer.h Fix 2022-09-08 12:23:59 +02:00
parseDateTimeBestEffort.cpp Remove cruft 2022-09-17 22:16:31 +02:00
parseDateTimeBestEffort.h initial changes to close #37492 2022-08-08 19:45:00 -07:00
PeekableReadBuffer.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
PeekableReadBuffer.h parallel parsing of hive text format 2022-04-26 14:33:10 +08:00
Progress.cpp Do not write elapsed_ns in HTTP headers 2022-08-10 09:09:04 +02:00
Progress.h Fix error 2022-08-10 09:31:24 +02:00
ReadBuffer.h Maybe fix error 2022-06-19 05:21:59 +02:00
ReadBufferFromEmptyFile.h improvements for getFileSize 2022-06-20 15:22:56 +02:00
ReadBufferFromEncryptedFile.cpp Fix seeking while reading from encrypted disk. 2022-07-29 12:45:29 +02:00
ReadBufferFromEncryptedFile.h improvements for getFileSize 2022-06-20 15:22:56 +02:00
ReadBufferFromFile.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
ReadBufferFromFile.h Better 2022-05-09 21:25:26 +02:00
ReadBufferFromFileBase.cpp Fix 2022-06-20 17:19:36 +02:00
ReadBufferFromFileBase.h improvements for getFileSize 2022-06-20 15:22:56 +02:00
ReadBufferFromFileDecorator.cpp Refactoring of object storages, add LocalObjectStorage 2022-07-09 12:39:31 +02:00
ReadBufferFromFileDecorator.h improvements for getFileSize 2022-06-20 15:22:56 +02:00
ReadBufferFromFileDescriptor.cpp Fix clang-tidy warnings (from clang-15) 2022-09-10 21:38:35 +02:00
ReadBufferFromFileDescriptor.h Fix clang-tidy warnings (from clang-15) 2022-09-10 21:38:35 +02:00
ReadBufferFromIStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ReadBufferFromIStream.h better 2021-04-13 22:39:42 +03:00
ReadBufferFromMemory.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
ReadBufferFromMemory.h Replace more uses of std::enable_if for SFINAE by concepts 2022-03-17 20:44:55 +01:00
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 issues 2022-09-19 18:40:32 +00:00
ReadBufferFromS3.h Refactoring of object storages, add LocalObjectStorage 2022-07-09 12:39:31 +02:00
ReadBufferFromString.h refactor metadatacache to reduce using of USE_ROCKSDB 2022-01-05 19:51:50 +08: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 Fix half of trash 2022-09-10 04:08:16 +02:00
ReadHelpers.cpp Fix possible error Attempt to read after eof in CSV schema inference 2022-08-29 11:18:53 +00:00
ReadHelpers.h Merge pull request #40546 from Avogar/fix-inferring-datetimes 2022-08-25 11:18:30 +02:00
ReadSettings.h add DiskS3* profile events per S3 API calls 2022-09-19 18:10:47 +00:00
ReadWriteBufferFromHTTP.h Support relative path in Location header after http redirect 2022-09-09 19:26:14 +00:00
S3Common.cpp Release AWS SDK log level + replace one exception 2022-09-21 19:56:42 +02:00
S3Common.h Merge remote-tracking branch 'upstream/master' into s3-header-auth 2022-09-21 12:56:25 +02:00
SeekableReadBuffer.h Fixes 2022-06-03 17:03:05 +02: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 Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02: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 Get rid of static threadpools 2022-09-07 17:48:11 +02:00
TimeoutSetter.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
TimeoutSetter.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
UncompressedCache.h Fix review 2022-08-08 21:34:24 +00:00
UseSSL.cpp Remove cruft 2021-10-28 02:10:39 +03:00
UseSSL.h
VarInt.h Replace a few uses of enable_if for SFINAE by concepts 2022-03-16 19:51:38 +01:00
WithFileName.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
WithFileName.h add more tests for error diagnostics in files 2022-04-19 15:56:34 +00:00
WithFileSize.cpp Fix 2022-07-04 16:05:08 +02:00
WithFileSize.h improvements for getFileSize 2022-06-20 15:22:56 +02:00
WriteBuffer.h Fix duplicate include 2022-06-28 08:13:51 +00: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
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 More consistent use of platform macros 2022-06-10 10:22:31 +02:00
WriteBufferFromFile.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00: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 Add profile events for fsync 2022-07-31 23:19:30 +03:00
WriteBufferFromFileDescriptor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromFileDescriptorDiscardOnFailure.cpp
WriteBufferFromFileDescriptorDiscardOnFailure.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromHTTP.cpp Fix segment fault when sending data to remote HTTP server via URL table engine 2022-08-24 17:38:16 +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 Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromPocoSocket.cpp Update WriteBufferFromPocoSocket.cpp 2022-02-20 16:59:39 +01:00
WriteBufferFromPocoSocket.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromS3.cpp Merge remote-tracking branch 'upstream/master' into fix-thread-status 2022-09-23 15:21:33 +02:00
WriteBufferFromS3.h Get rid of static threadpools 2022-09-07 17:48:11 +02:00
WriteBufferFromString.h Less usage of StringRef 2022-07-24 18:33:52 +00:00
WriteBufferFromTemporaryFile.cpp
WriteBufferFromTemporaryFile.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromVector.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
WriteBufferValidUTF8.cpp Fix some tests and comments 2022-06-15 14:40:21 +00:00
WriteBufferValidUTF8.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteHelpers.cpp First try at reducing the use of StringRef 2022-07-17 17:26:02 +00:00
WriteHelpers.h Fix comments, make better naming, add docs, add setting output_format_json_quote_64bit_floats 2022-09-20 13:49:17 +00:00
WriteIntText.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteSettings.h Revert "Disable parallel s3 multipart upload for part moves. (#41268)" 2022-09-22 13:59:25 +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 show names of erroneous files 2022-04-16 00:10:47 +00:00
ZlibInflatingReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00:00
ZstdDeflatingAppendableWriteBuffer.cpp improvements for getFileSize 2022-06-20 15:22:56 +02:00
ZstdDeflatingAppendableWriteBuffer.h Better comments 2022-05-04 18:24:28 +02: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 Revert "Revert "Add a setting to use more memory for zstd decompression"" 2022-06-18 15:55:35 +03:00
ZstdInflatingReadBuffer.h Revert "Revert "Add a setting to use more memory for zstd decompression"" 2022-06-18 15:55:35 +03:00