ClickHouse/src/Formats
2023-03-17 03:14:49 +01:00
..
fuzzers Update comment 2023-03-13 07:42:58 +01:00
tests Compress marks in memory 2023-03-13 16:29:00 -07:00
BSONTypes.cpp use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
BSONTypes.h Fix reading ObjectId in BSON schema inference 2022-12-19 14:13:42 +00:00
CapnProtoUtils.cpp Fix IPv4/IPv6 serialization/deserialization in binary formats 2023-02-20 17:42:56 +00:00
CapnProtoUtils.h Add small improvements in CapnProto format 2022-11-18 20:13:00 +00:00
CMakeLists.txt Add fuzzer for data formats 2023-03-13 04:51:50 +01:00
ColumnMapping.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ColumnMapping.h Refactor BSONEachRow format, fix bugs, support more data types, support parallel parsing and schema inference 2022-11-10 20:15:14 +00:00
EscapingRuleUtils.cpp Fix low cardinality case 2023-02-08 19:14:28 +00:00
EscapingRuleUtils.h Fix tests, make better 2023-01-11 22:52:15 +00:00
formatBlock.cpp Move some files. 2021-10-16 17:03:50 +03:00
formatBlock.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
FormatFactory.cpp Merge branch 'master' into fuzzer-of-data-formats 2023-03-15 12:42:00 +01:00
FormatFactory.h Add fuzzer for data formats 2023-03-13 04:51:50 +01:00
FormatSchemaInfo.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FormatSchemaInfo.h Add CapnProto output format, refactor CapnProto input format 2021-10-14 16:43:22 +03:00
FormatSettings.h Merge branch 'master' into fuzzer-of-data-formats 2023-03-15 12:42:00 +01:00
IndexForNativeFormat.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IndexForNativeFormat.h Keep indices for StorageStripeLog in memory. 2021-10-31 03:52:41 +03:00
insertNullAsDefaultIfNeeded.cpp Extend setting input_format_null_as_default for more formats 2023-02-10 16:41:09 +00:00
insertNullAsDefaultIfNeeded.h Extend setting input_format_null_as_default for more formats 2023-02-10 16:41:09 +00:00
JSONUtils.cpp Fix low cardinality case 2023-02-08 19:14:28 +00:00
JSONUtils.h Refactor and improve schema inference for text formats 2022-12-07 21:19:27 +00:00
MarkInCompressedFile.cpp Compress marks in memory 2023-03-13 16:29:00 -07:00
MarkInCompressedFile.h Compress marks in memory 2023-03-13 16:29:00 -07:00
MsgPackExtensionTypes.h fix build fail with gcc --fix warnings without disabling some parameters 2022-03-11 21:59:19 +08:00
NativeReader.cpp Better exceptions 2023-03-17 03:14:49 +01:00
NativeReader.h Allow types conversion in Native input format 2023-02-27 19:28:19 +00:00
NativeWriter.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
NativeWriter.h Temporary files evict fs cache 2022-12-22 10:22:49 +00:00
newLineSegmentationEngine.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
newLineSegmentationEngine.h Support parallel parsing for LineAsString input format 2022-10-28 21:56:09 +00:00
ParsedTemplateFormatString.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ParsedTemplateFormatString.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
ProtobufReader.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
ProtobufReader.h Improve and refactor Kafka/StorageMQ/NATS and data formats 2022-10-28 16:41:10 +00:00
ProtobufSchemas.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ProtobufSchemas.h Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00:00
ProtobufSerializer.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ProtobufSerializer.h Improve and refactor Kafka/StorageMQ/NATS and data formats 2022-10-28 16:41:10 +00:00
ProtobufWriter.cpp Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
ProtobufWriter.h Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00:00
ReadSchemaUtils.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ReadSchemaUtils.h Refactor and improve schema inference for text formats 2022-12-07 21:19:27 +00:00
registerFormats.cpp Refactor BSONEachRow format, fix bugs, support more data types, support parallel parsing and schema inference 2022-11-10 20:15:14 +00:00
registerFormats.h Fix inconsistency in FormatFactory 2020-10-29 06:39:43 +03:00
registerWithNamesAndTypes.cpp Better naming 2022-05-13 18:39:19 +00:00
registerWithNamesAndTypes.h Improve performance and memory usage for select of subset of columns for some formats 2022-05-13 13:51:28 +00:00
RowInputMissingColumnsFiller.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RowInputMissingColumnsFiller.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
SchemaInferenceUtils.cpp Update SchemaInferenceUtils.cpp 2023-03-10 05:01:06 +03:00
SchemaInferenceUtils.h Fix comments 2022-12-16 13:58:54 +00:00
TemporaryFileStreamLegacy.cpp better TemporaryDataOnDisk 2022-09-29 09:51:46 +00:00
TemporaryFileStreamLegacy.h better TemporaryDataOnDisk 2022-09-29 09:51:46 +00:00
verbosePrintString.cpp use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
verbosePrintString.h Update verbosePrintString.h 2021-11-19 16:51:49 +03:00