ClickHouse/src/Formats
2023-11-06 12:21:42 +08:00
..
fuzzers fix fuzzers, cmake refactor, add target fuzzers 2023-09-01 14:20:50 +00: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
CapnProtoSchema.cpp Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +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 Better schema inference for JSON formats 2023-09-25 15:42:59 +00:00
EscapingRuleUtils.h Fix tests, make better 2023-01-11 22:52:15 +00:00
formatBlock.cpp
formatBlock.h
FormatFactory.cpp Allow cr at end of csv line 2023-11-06 12:21:42 +08:00
FormatFactory.h DWARF input format (#55450) 2023-10-16 17:00:07 -07:00
FormatSchemaInfo.cpp Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +00:00
FormatSchemaInfo.h Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +00:00
FormatSettings.h Allow cr at end of csv line 2023-11-06 12:21:42 +08: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 Support NULL as default for nested types Array/Tuple/Map for input formats 2023-09-11 18:18:33 +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
JSONUtils.cpp Merge pull request #52853 from Avogar/http-valid-json-on-exception 2023-09-26 14:25:55 +02:00
JSONUtils.h Merge pull request #52853 from Avogar/http-valid-json-on-exception 2023-09-26 14:25:55 +02: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 check of version for sparse serialization 2023-08-01 23:39:52 +00:00
NativeReader.h Allow types conversion in Native input format 2023-02-27 19:28:19 +00:00
NativeWriter.cpp better check of version for sparse serialization 2023-08-01 23:39:52 +00:00
NativeWriter.h Temporary files evict fs cache 2022-12-22 10:22:49 +00:00
NumpyDataTypes.h fix suggestions and enhance tests 2023-10-31 18:10:55 +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 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 Allow drop cache for protobuf format 2023-10-09 10:41:15 +02:00
ProtobufSchemas.h Allow drop cache for protobuf format 2023-10-09 10:41:15 +02:00
ProtobufSerializer.cpp Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +00: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 Prevent parquet schema inference reading the first 1 MB of the file unnecessarily 2023-09-19 21:58:12 +00:00
ReadSchemaUtils.h Apply comments 2023-09-05 12:32:07 +00:00
registerFormats.cpp Merge pull request #55982 from yariks5s/npy_input_format 2023-11-01 14:26:22 +01:00
registerFormats.h
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 Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
SchemaInferenceUtils.h Small fixes 2023-09-25 15:52:17 +00:00
StructureToCapnProtoSchema.cpp Fix autogenerated Protobuf schema with fields with underscore 2023-10-24 13:08:06 +00:00
StructureToCapnProtoSchema.h Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +00:00
StructureToFormatSchemaUtils.cpp Fix autogenerated Protobuf schema with fields with underscore 2023-10-24 13:08:06 +00:00
StructureToFormatSchemaUtils.h Fix autogenerated Protobuf schema with fields with underscore 2023-10-24 13:08:06 +00:00
StructureToProtobufSchema.cpp Fix autogenerated Protobuf schema with fields with underscore 2023-10-24 13:08:06 +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