ClickHouse/src/Formats
2022-10-21 04:14:21 +02:00
..
CapnProtoUtils.cpp Fix style 2022-07-25 17:20:01 +02:00
CapnProtoUtils.h Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00:00
ColumnMapping.cpp Add MySQLDump input format 2022-04-26 10:42:56 +00:00
ColumnMapping.h Add MySQLDump input format 2022-04-26 10:42:56 +00:00
EscapingRuleUtils.cpp Merge pull request #42406 from ClickHouse/template_format_better_error 2022-10-20 15:52:08 +03:00
EscapingRuleUtils.h better error message for unsupported delimiters in custom formats 2022-10-17 18:08:52 +02: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 Fix trash 2022-10-17 04:21:08 +02:00
FormatFactory.h Fix parallel parsing: segmentator now checks max_block_size. 2022-09-30 22:34:03 +02:00
FormatSchemaInfo.cpp Use compile-time check for Exception messages, fix wrong messages 2022-03-29 13:16:11 +00: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 json-object-each-row 2022-09-28 14:15:02 +02:00
IndexForNativeFormat.cpp Keep indices for StorageStripeLog in memory. 2021-10-31 03:52:41 +03:00
IndexForNativeFormat.h Keep indices for StorageStripeLog in memory. 2021-10-31 03:52:41 +03:00
JSONUtils.cpp Fix parallel parsing: segmentator now checks max_block_size. 2022-09-30 22:34:03 +02:00
JSONUtils.h Fix parallel parsing: segmentator now checks max_block_size. 2022-09-30 22:34:03 +02:00
MarkInCompressedFile.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
MsgPackExtensionTypes.h fix build fail with gcc --fix warnings without disabling some parameters 2022-03-11 21:59:19 +08:00
NativeReader.cpp Remove code duplication 2022-10-14 18:07:02 +00:00
NativeReader.h Allow to skip unknown columns in Native format 2022-05-13 14:27:15 +00:00
NativeWriter.cpp Remove code duplication 2022-10-14 18:07:02 +00:00
NativeWriter.h Keep indices for StorageStripeLog in memory. 2021-10-31 03:52:41 +03:00
ParsedTemplateFormatString.cpp Implement schema inference for most input formats 2021-12-29 12:18:56 +03:00
ParsedTemplateFormatString.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
ProtobufReader.cpp Improved serialization for data types combined of Arrays and Tuples. 2021-02-17 20:50:09 +03:00
ProtobufReader.h Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00:00
ProtobufSchemas.cpp Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00:00
ProtobufSchemas.h Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00:00
ProtobufSerializer.cpp abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
ProtobufSerializer.h Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +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 Fix trash in schema inference 2022-09-17 23:11:33 +02:00
ReadSchemaUtils.h Small refactoring 2022-08-19 16:42:23 +00:00
registerFormats.cpp Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +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 Take into account nested structures while filling missing columns while reading protobuf. 2021-12-10 21:11:06 +03:00
RowInputMissingColumnsFiller.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +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 Checkpoint 2020-04-22 09:34:20 +03:00
verbosePrintString.h Update verbosePrintString.h 2021-11-19 16:51:49 +03:00