ClickHouse/src/Formats
Robert Schulze e8018fb4f2
Fix build
2024-12-11 21:45:30 +00:00
..
fuzzers fix build 2024-09-30 13:03:17 +00:00
tests Fix build 2024-12-11 21:45:30 +00:00
BSONTypes.cpp
BSONTypes.h Useless changes 2024-05-09 01:08:33 +02:00
CapnProtoSchema.cpp Use std::string::contains where possible 2024-11-26 11:27:37 +00:00
CapnProtoSchema.h
CapnProtoSerializer.cpp
CapnProtoSerializer.h
CMakeLists.txt
ColumnMapping.cpp
ColumnMapping.h
EscapingRuleUtils.cpp Less nested includes 2024-12-04 15:00:00 +01:00
EscapingRuleUtils.h
formatBlock.cpp
formatBlock.h
FormatFactory.cpp add composed_data_type_output_format_mode 2024-11-20 18:25:41 +08:00
FormatFactory.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
FormatSchemaInfo.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
FormatSchemaInfo.h Reduce header dependencies 2024-03-19 17:04:29 +01:00
FormatSettings.h Merge pull request #71784 from Avogar/object-to-json-alter 2024-12-05 13:18:57 +00:00
IndexForNativeFormat.cpp Remove some nested inclusion of WriteHelpers.h 2024-12-02 23:49:04 +01:00
IndexForNativeFormat.h Remove some nested inclusion of WriteHelpers.h 2024-12-02 23:49:04 +01:00
insertNullAsDefaultIfNeeded.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
insertNullAsDefaultIfNeeded.h better performance in parsing with missing values 2024-09-23 17:07:55 +00:00
JSONExtractTree.cpp Use default format settings during JSON parsing to avoid broken deserialization 2024-12-10 14:27:58 +00:00
JSONExtractTree.h Improve JSON parsing by different type inference logic 2024-07-22 10:51:15 +00:00
JSONUtils.cpp Optimize includes of Exception.h 2024-12-02 22:26:41 +01:00
JSONUtils.h Revert "JSONCompactWithProgress query output format" 2024-09-26 09:47:08 +02:00
MarkInCompressedFile.cpp Remove some nested inclusion of WriteHelpers.h 2024-12-02 23:49:04 +01:00
MarkInCompressedFile.h Remove some nested inclusion of WriteHelpers.h 2024-12-02 23:49:04 +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 Remove some nested inclusion of WriteHelpers.h 2024-12-02 23:49:04 +01:00
NativeWriter.cpp Fix JSON/Dynamic Native serialization with old server and new client 2024-11-12 13:14:53 +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
PrettyFormatHelpers.cpp Apply review suggestion 2024-11-09 02:53:32 +01:00
PrettyFormatHelpers.h Fix style 2024-11-08 00:26:58 +01:00
ProtobufReader.cpp fix 2023-08-16 00:20:28 +02:00
ProtobufReader.h
ProtobufSchemas.cpp Merge pull request #70358 from azat/fix-protobuf-schema-cache-drop 2024-10-15 10:39:56 +00:00
ProtobufSchemas.h Fix possible use-after-free in SYSTEM DROP FORMAT SCHEMA CACHE FOR Protobuf 2024-10-04 10:27:15 +02:00
ProtobufSerializer.cpp Merge branch 'master' into casted 2024-11-21 06:04:02 +01:00
ProtobufSerializer.h Fix possible use-after-free in SYSTEM DROP FORMAT SCHEMA CACHE FOR Protobuf 2024-10-04 10:27:15 +02:00
ProtobufWriter.cpp
ProtobufWriter.h
ReadSchemaUtils.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
ReadSchemaUtils.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
registerFormats.cpp Revert "JSONCompactWithProgress query output format" 2024-09-26 09:47:08 +02:00
registerFormats.h
registerWithNamesAndTypes.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
registerWithNamesAndTypes.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
RowInputMissingColumnsFiller.cpp
RowInputMissingColumnsFiller.h
SchemaInferenceUtils.cpp Apply linter changes 2024-10-06 12:29:20 +02: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
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
TemporaryFileStreamLegacy.cpp cancel or finalize write buffer 2024-11-11 11:37:12 +01:00
TemporaryFileStreamLegacy.h
verbosePrintString.cpp
verbosePrintString.h