.. |
tests
|
Merge commit 'e7540dcf686936a490f89d0735f74c2f5f009821' into DateTime64
|
2019-12-11 17:38:32 +03:00 |
AIO.cpp
|
|
|
AIO.h
|
|
|
AIOContextPool.cpp
|
Some MemorySanitizer fixes.
|
2019-09-13 14:49:29 +03:00 |
AIOContextPool.h
|
Split libdbms.so using object library
|
2019-09-11 01:56:01 +08:00 |
AsynchronousWriteBuffer.h
|
Wait for jobs to finish on exception (fixes rare segfaults) (#7350)
|
2019-10-17 17:41:27 +03:00 |
BitHelpers.h
|
Fixed DoubleDelta encoding cases for random Int32 and Int64.
|
2019-07-15 08:17:14 +03:00 |
BrotliReadBuffer.cpp
|
BrotliReadBuffer refactoring
|
2019-11-19 16:57:54 +03:00 |
BrotliReadBuffer.h
|
BrotliReadBuffer refactoring
|
2019-11-19 16:57:54 +03:00 |
BrotliWriteBuffer.cpp
|
Brotli: additions to #4388
|
2019-04-10 19:12:31 +03:00 |
BrotliWriteBuffer.h
|
Brotli: additions to #4388
|
2019-04-10 19:12:31 +03:00 |
BufferBase.h
|
Fix kafka tests (#6805)
|
2019-09-05 00:25:33 +03:00 |
BufferWithOwnMemory.h
|
Fix typo in Memory: reuse buffer if capacity allows. (#7797)
|
2019-11-18 18:21:03 +03:00 |
CascadeWriteBuffer.cpp
|
|
|
CascadeWriteBuffer.h
|
|
|
CMakeLists.txt
|
|
|
CompressionMethod.h
|
add gzip read/write to file/s3/url/hdfs
|
2019-11-19 15:46:07 +03:00 |
ConcatReadBuffer.h
|
|
|
ConnectionTimeouts.h
|
Fixed issue of using HTTP timeout as TCP timeout value.
|
2019-10-16 16:04:26 +03:00 |
copyData.cpp
|
|
|
copyData.h
|
|
|
createReadBufferFromFileBase.cpp
|
Fallback from O_DIRECT.
|
2019-08-29 18:48:00 +03:00 |
createReadBufferFromFileBase.h
|
|
|
createWriteBufferFromFileBase.cpp
|
Fallback from O_DIRECT.
|
2019-08-29 18:48:00 +03:00 |
createWriteBufferFromFileBase.h
|
|
|
DoubleConverter.cpp
|
Split libdbms.so using object library
|
2019-09-11 01:56:01 +08:00 |
DoubleConverter.h
|
Split libdbms.so using object library
|
2019-09-11 01:56:01 +08:00 |
HashingReadBuffer.h
|
|
|
HashingWriteBuffer.cpp
|
|
|
HashingWriteBuffer.h
|
Split libdbms.so using object library
|
2019-09-11 01:56:01 +08:00 |
HDFSCommon.cpp
|
cleanup hdfs docs
|
2019-09-20 14:26:00 +03:00 |
HDFSCommon.h
|
Better
|
2019-09-05 17:42:17 +03:00 |
HexWriteBuffer.cpp
|
|
|
HexWriteBuffer.h
|
Resolved some of PVS-Studio warnings
|
2019-04-22 19:07:09 +03:00 |
HTTPCommon.cpp
|
update assertResponseIsOk
|
2019-09-23 08:53:09 +00:00 |
HTTPCommon.h
|
update assertResponseIsOk
|
2019-09-23 08:53:09 +00:00 |
IReadableWriteBuffer.h
|
|
|
LimitReadBuffer.cpp
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
LimitReadBuffer.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
MemoryReadWriteBuffer.cpp
|
|
|
MemoryReadWriteBuffer.h
|
Implement support for insertion into Kafka tables (#6012)
|
2019-08-20 14:17:57 +03:00 |
MMapReadBufferFromFile.cpp
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
MMapReadBufferFromFile.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
MMapReadBufferFromFileDescriptor.cpp
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
MMapReadBufferFromFileDescriptor.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
Operators.h
|
|
|
parseDateTimeBestEffort.cpp
|
Post-review refactoring and tests for DateTime64 and Decimal.
|
2019-12-11 06:58:49 +03:00 |
parseDateTimeBestEffort.h
|
Initial implementation of DateTime64 parsing functions;
|
2019-10-12 10:03:38 +03:00 |
PeekableReadBuffer.cpp
|
fix bytes count in PeekableReadBuffer
|
2019-11-21 01:04:57 +03:00 |
PeekableReadBuffer.h
|
fix build
|
2019-10-01 13:44:28 +03:00 |
Progress.cpp
|
Progress rename for total_rows and write_[rows|bytes]
|
2019-05-20 18:37:41 +07:00 |
Progress.h
|
Progress rename for total_rows and write_[rows|bytes]
|
2019-05-20 18:37:41 +07:00 |
ReadBuffer.h
|
Added [[noreturn]] attributes for functions that throw unconditionally
|
2019-04-10 23:27:14 +03:00 |
ReadBufferAIO.cpp
|
Merge pull request #6352 from yandex/no_space_left_on_device_message
|
2019-08-07 22:28:38 +03:00 |
ReadBufferAIO.h
|
|
|
ReadBufferFromFile.cpp
|
WIP: Fix MacOS build (#6429)
|
2019-08-21 03:35:41 +03:00 |
ReadBufferFromFile.h
|
|
|
ReadBufferFromFileBase.cpp
|
|
|
ReadBufferFromFileBase.h
|
Various fixes for PVS-Studio
|
2019-06-16 21:13:39 +03:00 |
ReadBufferFromFileDescriptor.cpp
|
fixes after review
|
2019-08-07 15:55:27 +03:00 |
ReadBufferFromFileDescriptor.h
|
|
|
ReadBufferFromHDFS.cpp
|
Better
|
2019-09-05 17:42:17 +03:00 |
ReadBufferFromHDFS.h
|
Build fixes (#6016)
|
2019-08-04 03:19:03 +03:00 |
ReadBufferFromIStream.cpp
|
|
|
ReadBufferFromIStream.h
|
|
|
ReadBufferFromMemory.h
|
|
|
ReadBufferFromPocoSocket.cpp
|
|
|
ReadBufferFromPocoSocket.h
|
|
|
ReadBufferFromS3.cpp
|
AWS SDK integration - code cleanup.
|
2019-12-11 17:21:48 +03:00 |
ReadBufferFromS3.h
|
AWS SDK integration - code cleanup.
|
2019-12-11 17:21:48 +03:00 |
ReadBufferFromString.h
|
|
|
readDecimalText.h
|
extract readDecimalText.h from readFloatText.h
|
2019-05-16 19:41:10 +03:00 |
readFloatText.cpp
|
|
|
readFloatText.h
|
Various fixes for PVS-Studio
|
2019-06-16 21:13:39 +03:00 |
ReadHelpers.cpp
|
adding comments to strange functions used in parallel parsing
|
2019-11-26 19:33:43 +03:00 |
ReadHelpers.h
|
Merge commit 'e7540dcf686936a490f89d0735f74c2f5f009821' into DateTime64
|
2019-12-11 17:38:32 +03:00 |
ReadWriteBufferFromHTTP.cpp
|
Update ReadWriteBufferFromHTTP.cpp
|
2019-09-23 21:15:21 +03:00 |
ReadWriteBufferFromHTTP.h
|
Minor modifications
|
2019-12-15 02:00:18 +03:00 |
S3Common.cpp
|
Merge remote-tracking branch 'jokser/aws-s3-sdk-integration' into aws-s3-sdk-integration
|
2019-12-11 17:32:33 +03:00 |
S3Common.h
|
AWS SDK integration - code cleanup.
|
2019-12-11 17:21:48 +03:00 |
UncompressedCache.h
|
Remove mimalloc
|
2019-08-28 22:01:52 +03:00 |
UseSSL.cpp
|
|
|
UseSSL.h
|
|
|
VarInt.h
|
Added [[noreturn]] attributes for functions that throw unconditionally
|
2019-04-10 23:27:14 +03:00 |
WriteBuffer.h
|
virtual void
|
2019-11-20 13:11:26 +03:00 |
WriteBufferAIO.cpp
|
Some MemorySanitizer fixes.
|
2019-09-13 14:49:29 +03:00 |
WriteBufferAIO.h
|
clang fix
|
2019-11-19 20:11:13 +03:00 |
WriteBufferFromArena.h
|
|
|
WriteBufferFromFile.cpp
|
WIP: Fix MacOS build (#6429)
|
2019-08-21 03:35:41 +03:00 |
WriteBufferFromFile.h
|
|
|
WriteBufferFromFileBase.cpp
|
|
|
WriteBufferFromFileBase.h
|
|
|
WriteBufferFromFileDescriptor.cpp
|
fixes after review
|
2019-08-07 15:55:27 +03:00 |
WriteBufferFromFileDescriptor.h
|
|
|
WriteBufferFromFileDescriptorDiscardOnFailure.cpp
|
Minor improvement
|
2019-08-17 23:33:50 +03:00 |
WriteBufferFromFileDescriptorDiscardOnFailure.h
|
Minor improvement
|
2019-08-17 23:33:50 +03:00 |
WriteBufferFromHDFS.cpp
|
cleanup hdfs docs
|
2019-09-20 14:26:00 +03:00 |
WriteBufferFromHDFS.h
|
clang fix
|
2019-11-19 20:11:13 +03:00 |
WriteBufferFromHTTP.cpp
|
+UpdatableSessionBase
|
2019-09-16 17:28:41 +00:00 |
WriteBufferFromHTTP.h
|
|
|
WriteBufferFromHTTPServerResponse.cpp
|
add gzip read/write to file/s3/url/hdfs
|
2019-11-19 15:46:07 +03:00 |
WriteBufferFromHTTPServerResponse.h
|
clang fix
|
2019-11-19 20:11:13 +03:00 |
WriteBufferFromOStream.cpp
|
|
|
WriteBufferFromOStream.h
|
Various fixes for PVS-Studio
|
2019-06-16 21:13:39 +03:00 |
WriteBufferFromPocoSocket.cpp
|
|
|
WriteBufferFromPocoSocket.h
|
|
|
WriteBufferFromS3.cpp
|
AWS SDK integration - code cleanup.
|
2019-12-11 17:21:48 +03:00 |
WriteBufferFromS3.h
|
AWS SDK integration - code cleanup.
|
2019-12-11 17:21:48 +03:00 |
WriteBufferFromString.h
|
|
|
WriteBufferFromTemporaryFile.cpp
|
refactoring: remove copy-paste
|
2019-10-01 21:51:33 +03:00 |
WriteBufferFromTemporaryFile.h
|
refactoring: remove copy-paste
|
2019-10-01 21:51:33 +03:00 |
WriteBufferFromVector.h
|
Fix formula for new_size in WriteBufferFromVector(AppendModeTag).
|
2019-08-01 15:27:32 +03:00 |
WriteBufferValidUTF8.cpp
|
Merged with master.
|
2019-08-12 13:19:13 +03:00 |
WriteBufferValidUTF8.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
WriteHelpers.cpp
|
Move backQuote() and quoteString() to a separate file, use StringRefs.
|
2019-10-11 00:18:52 +03:00 |
WriteHelpers.h
|
Merge commit 'e7540dcf686936a490f89d0735f74c2f5f009821' into DateTime64
|
2019-12-11 17:38:32 +03:00 |
WriteIntText.h
|
Fix includes (#4673)
|
2019-03-13 16:58:04 +03:00 |
ZlibDeflatingWriteBuffer.cpp
|
Remove a workaround for zlib-ng MemorySanitizer problems.
|
2019-12-10 13:15:18 +03:00 |
ZlibDeflatingWriteBuffer.h
|
add gzip read/write to file/s3/url/hdfs
|
2019-11-19 15:46:07 +03:00 |
ZlibInflatingReadBuffer.cpp
|
add gzip read/write to file/s3/url/hdfs
|
2019-11-19 15:46:07 +03:00 |
ZlibInflatingReadBuffer.h
|
add gzip read/write to file/s3/url/hdfs
|
2019-11-19 15:46:07 +03:00 |