ClickHouse/src/Formats
2024-09-08 17:12:51 +02:00
..
fuzzers merge master 2024-08-07 16:25:31 +00:00
tests
BSONTypes.cpp
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
ColumnMapping.cpp Switch Block::NameMap to google::dense_hash_map over HashMap 2023-05-12 05:52:57 +02:00
ColumnMapping.h
EscapingRuleUtils.cpp Don't infer Bool type from String in CSV when input_format_csv_try_infer_numbers_from_strings=1 2024-08-30 15:28:53 +00:00
EscapingRuleUtils.h
formatBlock.cpp
formatBlock.h
FormatFactory.cpp Merge pull request #68298 from Avogar/fix-nullable-schema-inference 2024-08-26 11:52:34 +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 pull request #68298 from Avogar/fix-nullable-schema-inference 2024-08-26 11:52:34 +00:00
IndexForNativeFormat.cpp Fix StripeLog storage endian issue for s390x 2023-08-28 11:35:04 -07:00
IndexForNativeFormat.h
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 JSON type parsing with nulls as defaults 2024-08-27 13:09:19 +00:00
JSONExtractTree.h Improve JSON parsing by different type inference logic 2024-07-22 10:51:15 +00:00
JSONUtils.cpp Merge branch 'master' into output-format-json-compact-with-progress 2024-08-25 11:43:06 +02:00
JSONUtils.h Merge branch 'master' into output-format-json-compact-with-progress 2024-08-25 11:43:06 +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
ParsedTemplateFormatString.h
ProtobufReader.cpp fix 2023-08-16 00:20:28 +02:00
ProtobufReader.h
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
ProtobufWriter.cpp
ProtobufWriter.h
ReadSchemaUtils.cpp Merge branch 'master' into hive_style_partitioning 2024-07-15 19:05:21 +02:00
ReadSchemaUtils.h fixes due to review 2024-07-10 17:44:06 +00:00
registerFormats.cpp Add JSONCompactWithProgressRowOutputFormat 2024-06-22 09:30:16 +02: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
RowInputMissingColumnsFiller.cpp
RowInputMissingColumnsFiller.h
SchemaInferenceUtils.cpp Merge pull request #68298 from Avogar/fix-nullable-schema-inference 2024-08-26 11:52:34 +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
TemporaryFileStreamLegacy.h
verbosePrintString.cpp
verbosePrintString.h