ClickHouse/src/IO
alesapin 457fa0d1ba
Merge pull request #23932 from CurtizJ/dynamic-columns
Support of dynamic subcolumns (JSON data type)
2022-03-17 10:45:46 +01:00
..
Archives Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
examples add some usage test 2022-03-08 20:00:39 +08:00
S3 Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
tests fixed code style 2022-03-10 12:13:19 +08: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 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 Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
BitHelpers.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
BrotliReadBuffer.cpp Fix possible Abort while using Brotli compression 2022-03-14 18:58:05 +00:00
BrotliReadBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +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 Fix possible assertion while using bzip2 compression 2022-03-15 14:23:52 +00:00
Bzip2ReadBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +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 Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
CompressionMethod.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00: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
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 clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
HadoopSnappyReadBuffer.cpp fixed bug: call need_more_input repeatly, overwrite the buffer 2022-03-08 17:17:06 +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 clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00: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 clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
Lz4InflatingReadBuffer.cpp Fix possible segfault while using lz4 compression 2022-03-15 13:46:14 +00:00
Lz4InflatingReadBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +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 Remove redundant include 2022-03-15 14:07:31 +01:00
LZMAInflatingReadBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +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 Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +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 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
MMapReadBufferFromFileDescriptor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00: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 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 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 clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
Progress.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
ReadBuffer.h Merge master 2022-02-22 13:17:51 +01:00
ReadBufferFromAzureBlobStorage.cpp Update ReadBufferFromAzureBlobStorage.cpp 2021-12-25 05:57:15 +03:00
ReadBufferFromAzureBlobStorage.h Fix tests 2022-02-16 14:08:41 +01:00
ReadBufferFromEmptyFile.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00: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 Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00: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 Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00: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 Remove already fixed crutch 2022-03-08 14:30:21 +01:00
ReadBufferFromS3.h Fixes 2022-02-14 19:28:48 +01: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 Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
ReadHelpers.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-03-16 15:28:09 +00:00
ReadHelpers.h Merge pull request #23932 from CurtizJ/dynamic-columns 2022-03-17 10:45:46 +01:00
ReadSettings.h Add comments 2022-02-21 13:54:03 +01:00
ReadWriteBufferFromHTTP.h Merge pull request #35294 from ClickHouse/reload-remote_url_allow_hosts 2022-03-15 22:07:16 +01:00
S3Common.cpp Fix formatting error in logging messages 2022-02-01 14:30:04 +03:00
S3Common.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
SeekableReadBuffer.h Style 2022-02-19 20:38:23 +01: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
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 Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +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
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 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 Merge branch 'master' into fix-write-buffers 2021-11-20 17:48:24 +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 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 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 Catch exception in ~WriteBufferFromS3 2022-03-03 12:54:24 +00:00
WriteBufferFromS3.h WriteBufferFromS3: remove unused headers 2022-03-14 12:07:47 +03:00
WriteBufferFromString.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
WriteBufferFromTemporaryFile.cpp
WriteBufferFromTemporaryFile.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromVector.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferValidUTF8.cpp Remove outstandingly wrong code 2021-11-24 00:48:57 +03:00
WriteBufferValidUTF8.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteHelpers.cpp Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteHelpers.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteIntText.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00: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 Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00