ClickHouse/src/IO
2022-02-01 05:49:40 +03: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 Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +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 Do not try to read pass EOF (to workaround a bug in a kernel) 2022-01-04 10:53:17 +03:00
AsynchronousReadBufferFromFileDescriptor.h Accept real file size in createReadBufferFromFileBase() 2022-01-04 10:53:17 +03: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 Reset internal buffer position on next() 2021-02-03 15:31:45 +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
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 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 ISSUES-4006 try fix build and style failure 2020-08-14 09:59:59 +08:00
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 parseDateTimeBestEffort support Unix Timestamp with Milliseconds 2021-12-29 13:43:54 +08: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 Try to fix lz4 compression 2021-11-29 12:41:13 +03: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 Support multiple keys for encrypted disk. Display error message if the key is probably wrong. 2021-07-24 23:45:12 +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 Do not try to read pass EOF (to workaround a bug in a kernel) 2022-01-04 10:53:17 +03:00
ReadBufferFromFileDescriptor.h Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
ReadBufferFromIStream.cpp
ReadBufferFromIStream.h better 2021-04-13 22:39:42 +03:00
ReadBufferFromMemory.cpp
ReadBufferFromMemory.h
ReadBufferFromPocoSocket.cpp Add socket timeout values into SOCKET_TIMEOUT exception 2021-09-20 09:51:42 +03:00
ReadBufferFromPocoSocket.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
ReadBufferFromS3.cpp Fix 2021-12-22 11:42:23 +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 Merge branch 'master' into fix-lz4 2022-01-20 11:53:51 +00:00
ReadHelpers.h merge master 2022-01-01 09:01:06 +08:00
ReadSettings.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into seekable-read-buffers 2021-11-13 14:38:57 +03:00
ReadWriteBufferFromHTTP.h Fix cancel logic in parallel parsing 2022-01-31 16:38:15 +03:00
S3Common.cpp Decrease log level for some s3 messages. 2021-12-20 18:18:54 +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 Fixes 2021-12-17 18:16:29 +03:00
SynchronousReader.h Move code to .cpp 2021-08-27 02:32:11 +03:00
ThreadPoolReader.cpp Fixes 2021-12-17 18:16:29 +03: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 "Add pool to WriteBufferFromS3" 2022-02-01 05:49:40 +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 "Add pool to WriteBufferFromS3" 2022-02-01 05:49:40 +03:00
WriteBufferFromFileDecorator.h Revert "Add pool to WriteBufferFromS3" 2022-02-01 05:49:40 +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 Fix style 2021-12-06 16:31:47 +08:00
WriteBufferFromHTTP.h Set Content-Type in HTTP packets issued from URL engine 2021-12-02 15:49:34 +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 Fix tests 2021-11-11 20:27:23 +03:00
WriteBufferFromPocoSocket.h Small refactoring of WriteBiffer-s 2021-11-11 02:11:18 +03:00
WriteBufferFromS3.cpp Revert "Add pool to WriteBufferFromS3" 2022-02-01 05:49:40 +03:00
WriteBufferFromS3.h Revert "Add pool to WriteBufferFromS3" 2022-02-01 05:49:40 +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