ClickHouse/src/IO
alesapin 2dfb547847
Merge pull request #39054 from SmitaRKulkarni/add-option-for-outfile-to-print-stdout
Add an option to INTO OUTFILE to also print details to standard output.
2022-07-27 13:51:38 +02:00
..
Archives Finalize write buffers used in backups. 2022-06-15 20:26:27 +02:00
examples Prefix overridden add_executable() command with "clickhouse_" 2022-07-11 19:36:18 +02:00
S3 Got rid of S3AuthSigner (#37769) 2022-06-09 14:44:50 +02:00
tests Fix test failures 2022-07-20 07:59:02 +00: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 More consistent use of platform macros 2022-06-10 10:22:31 +02:00
AsynchronousReadBufferFromFile.h Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
AsynchronousReadBufferFromFileDescriptor.cpp fix reading from async read buffer with direct io 2022-07-22 16:58:30 +00:00
AsynchronousReadBufferFromFileDescriptor.h improvements for getFileSize 2022-06-20 15:22:56 +02:00
AsynchronousReader.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
BitHelpers.h Merge branch 'master' into master 2022-05-07 13:21:59 +03: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 Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +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 Better 2022-07-07 01:47:33 +00: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 Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
ConcatSeekableReadBuffer.h improvements for getFileSize 2022-06-20 15:22:56 +02: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 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
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
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 Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
HadoopSnappyReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00: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 Don't use std::unique_lock unless we have to 2022-06-28 19:19:06 +00:00
HTTPCommon.h
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
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
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 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
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 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 improvements for getFileSize 2022-06-20 15:22:56 +02:00
ParallelReadBuffer.h Fix 2022-07-04 16:05:08 +02:00
parseDateTimeBestEffort.cpp More cases for parseDateTimeBestEffort 2022-02-01 03:29:27 +03:00
parseDateTimeBestEffort.h
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 Update Progress.cpp 2022-05-11 22:52:30 +02:00
Progress.h Fix progress for insert select 2022-05-10 15:04:08 +02:00
ReadBuffer.h Maybe fix error 2022-06-19 05:21:59 +02:00
ReadBufferFromAzureBlobStorage.cpp renaming to be consistent 2022-07-14 17:33:22 +02:00
ReadBufferFromAzureBlobStorage.h fix conflicts 2022-07-13 19:44:29 +02:00
ReadBufferFromEmptyFile.h improvements for getFileSize 2022-06-20 15:22:56 +02:00
ReadBufferFromEncryptedFile.cpp Fix 2022-05-13 16:30:59 +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 Fixing build. 2022-07-20 20:30:16 +00:00
ReadBufferFromFileDescriptor.h Fixing build. 2022-07-20 20:30:16 +00:00
ReadBufferFromIStream.cpp
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 renaming to be consistent 2022-07-14 17:33:22 +02: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
readFloatText.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
ReadHelpers.cpp Pass const StringRef by value, not by reference 2022-07-15 11:34:56 +00:00
ReadHelpers.h Pass const StringRef by value, not by reference 2022-07-15 11:34:56 +00:00
ReadSettings.h renaming to be consistent 2022-07-14 17:33:22 +02:00
ReadWriteBufferFromHTTP.h Fix integration test 2022-07-25 23:40:23 +03:00
S3Common.cpp Don't use std::unique_lock unless we have to 2022-06-28 19:19:06 +00:00
S3Common.h Typo. 2022-06-02 08:43:44 +03:00
SeekableReadBuffer.h Refactor 2022-04-26 15:33:53 +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 Move code to .cpp 2021-08-27 02:32:11 +03: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 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
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
WriteBufferFromAzureBlobStorage.cpp renaming to be consistent 2022-07-14 17:33:22 +02:00
WriteBufferFromAzureBlobStorage.h add azure support 2022-07-11 19:19:57 +02: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 Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02: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 base should not depend on Common 2022-04-29 10:26:35 +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 renaming to be consistent 2022-07-14 17:33:22 +02:00
WriteBufferFromS3.h add max_remote_{read,write}_network_bandwidth_for_server settings 2022-07-11 14:59:39 +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 Even less usage of StringRef 2022-07-19 07:01:06 +00:00
WriteIntText.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteSettings.h renaming to be consistent 2022-07-14 17:33:22 +02: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