ClickHouse/src/Formats
2024-08-05 19:53:53 +00:00
..
fuzzers fix format_fuzzer 2024-07-29 16:08:38 +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 Useless changes 2024-05-09 01:08:33 +02:00
CapnProtoSchema.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
CapnProtoSchema.h Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +00:00
CapnProtoSerializer.cpp Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +00:00
CapnProtoSerializer.h Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +00:00
CMakeLists.txt Add fuzzer for data formats 2023-03-13 04:51:50 +01:00
ColumnMapping.cpp Switch Block::NameMap to google::dense_hash_map over HashMap 2023-05-12 05:52:57 +02: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 Add missing settings in schema inference cache 2024-07-02 10:42:12 +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 remote-tracking branch 'origin/master' into nojs 2024-08-05 19:53:53 +00:00
FormatFactory.h Reduce header dependencies 2024-03-19 17:04:29 +01:00
FormatSchemaInfo.cpp Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +00:00
FormatSchemaInfo.h Reduce header dependencies 2024-03-19 17:04:29 +01:00
FormatSettings.h Merge remote-tracking branch 'origin/master' into nojs 2024-08-05 19:53:53 +00:00
IndexForNativeFormat.cpp Fix StripeLog storage endian issue for s390x 2023-08-28 11:35:04 -07:00
IndexForNativeFormat.h Keep indices for StorageStripeLog in memory. 2021-10-31 03:52:41 +03:00
insertNullAsDefaultIfNeeded.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
insertNullAsDefaultIfNeeded.h Support NULL as default for nested types Array/Tuple/Map for input formats 2023-09-11 18:18:33 +00:00
JSONExtractTree.cpp Fix review comments 2024-07-10 10:07:02 +00:00
JSONExtractTree.h Fix review comments 2024-07-10 10:07:02 +00:00
JSONUtils.cpp Useless changes 2024-05-10 05:07:37 +02:00
JSONUtils.h Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
MarkInCompressedFile.cpp Revert changes where they were not correct 2024-02-17 05:14:43 +01:00
MarkInCompressedFile.h Remove old code 2024-03-04 00:11:55 +01:00
MsgPackExtensionTypes.h Useless changes 2024-05-09 01:08:33 +02:00
NativeReader.cpp Revert unrelated changes 2024-06-21 18:40:49 +00:00
NativeReader.h Implement binary encoding for ClickHouse data types 2024-06-21 18:20:35 +00:00
NativeWriter.cpp Implement binary encoding for ClickHouse data types 2024-06-21 18:20:35 +00:00
NativeWriter.h Implement binary encoding for ClickHouse data types 2024-06-21 18:20:35 +00:00
NumpyDataTypes.h Hide Settings object from Context.h 2024-07-11 14:00:05 +02: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 fix 2023-08-16 00:20:28 +02:00
ProtobufReader.h Improve and refactor Kafka/StorageMQ/NATS and data formats 2022-10-28 16:41:10 +00:00
ProtobufSchemas.cpp Use the google proto files when importing protobuf schemas 2023-11-22 12:39:41 +00:00
ProtobufSchemas.h Useless changes 2024-05-09 01:08:33 +02:00
ProtobufSerializer.cpp Useless changes 2024-05-10 05:07:37 +02: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 Hide Settings object from Context.h 2024-07-11 14:00:05 +02:00
ReadSchemaUtils.h Try to detect file format automatically during schema inference if it's unknown 2024-01-23 18:59:39 +00:00
registerFormats.cpp Merge branch 'master' into output_format_npy 2024-05-08 12:20:10 +08:00
registerFormats.h Fix inconsistency in FormatFactory 2020-10-29 06:39:43 +03:00
registerWithNamesAndTypes.cpp Fix parsing error in WithNames formats while reading subset of columns with disabled input_format_with_names_use_header 2023-09-11 14:55:37 +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 Fix tests 2024-07-03 15:23:01 +00:00
SchemaInferenceUtils.h Refactor JSONExtract functions and support more types and reuse its code in new JSON type 2024-07-03 13:40:41 +00:00
StructureToCapnProtoSchema.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
StructureToCapnProtoSchema.h Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +00:00
StructureToFormatSchemaUtils.cpp Fix generating deep nested columns in CapnProto/Protobuf schemas 2023-11-17 16:52:20 +00:00
StructureToFormatSchemaUtils.h Fix autogenerated Protobuf schema with fields with underscore 2023-10-24 13:08:06 +00:00
StructureToProtobufSchema.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
StructureToProtobufSchema.h Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +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