ClickHouse/src/Formats
2023-08-02 15:24:56 +02:00
..
fuzzers Limit memory in fuzzers 2023-03-19 06:17:55 +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
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 Add setting to limit the number of bytes to read in schema inference 2023-06-05 15:22:04 +00:00
EscapingRuleUtils.h Fix tests, make better 2023-01-11 22:52:15 +00:00
formatBlock.cpp
formatBlock.h
FormatFactory.cpp Merge branch 'master' into formats-with-subcolumns 2023-08-02 15:24:56 +02:00
FormatFactory.h Support reading subcolumns from file/s3/hdfs/url/azureBlobStorage table functions 2023-07-04 21:17:26 +00: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 Merge branch 'master' into formats-with-subcolumns 2023-08-02 15:24:56 +02:00
IndexForNativeFormat.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IndexForNativeFormat.h
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 Use in.count() instead of pos 2023-06-02 18:42:35 +02:00
JSONUtils.h Add PrettyJSONEachRow format to output pretty JSON 2023-04-18 13:28:59 +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
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
ParsedTemplateFormatString.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ParsedTemplateFormatString.h
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 Fix typo 2023-04-03 16:27:09 +00:00
ProtobufSchemas.h Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00: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
ProtobufWriter.h Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00:00
ReadSchemaUtils.cpp Add setting to limit the number of bytes to read in schema inference 2023-06-05 15:22:04 +00:00
ReadSchemaUtils.h Remove code that I don't like 2023-06-25 09:11:42 +02:00
registerFormats.cpp Add ParquetMetadata input format to read Parquet file metadata 2023-04-18 16:46:26 +00:00
registerFormats.h
registerWithNamesAndTypes.cpp
registerWithNamesAndTypes.h
RowInputMissingColumnsFiller.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RowInputMissingColumnsFiller.h
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
StructureToCapnProtoSchema.cpp Fix tests and style 2023-07-19 13:26:09 +00:00
StructureToCapnProtoSchema.h Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +00:00
StructureToFormatSchemaUtils.cpp Use for-range loop, add comment 2023-07-27 00:01:25 +02:00
StructureToFormatSchemaUtils.h Structure to CapnProto/Protobuf schema take 1 2023-06-22 18:00:00 +00:00
StructureToProtobufSchema.cpp Fix tests and style 2023-07-19 13:26:09 +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