ClickHouse/src/Formats
2022-08-24 16:14:10 +00:00
..
CapnProtoUtils.cpp Fix style 2022-07-25 17:20:01 +02:00
CapnProtoUtils.h Add settings to skip fields with unsupported types in Protobuf/CapnProto schema inference 2022-07-20 11:16:25 +00:00
CMakeLists.txt Fix generating USE_* for system.build_options 2022-03-04 15:31:32 +03:00
ColumnMapping.cpp Add MySQLDump input format 2022-04-26 10:42:56 +00:00
ColumnMapping.h Add MySQLDump input format 2022-04-26 10:42:56 +00:00
config_formats.h.in
configure_config.cmake Fix generating USE_* for system.build_options 2022-03-04 15:31:32 +03:00
EscapingRuleUtils.cpp Fix 2022-08-23 11:42:57 +00:00
EscapingRuleUtils.h Make schema inference cache better, respect format settings that can change the schema 2022-08-19 16:39:13 +00:00
formatBlock.cpp
formatBlock.h
FormatFactory.cpp Make schema inference cache better, respect format settings that can change the schema 2022-08-19 16:39:13 +00:00
FormatFactory.h Add some additional information to cache keys 2022-06-27 12:43:24 +00:00
FormatSchemaInfo.cpp Use compile-time check for Exception messages, fix wrong messages 2022-03-29 13:16:11 +00:00
FormatSchemaInfo.h
FormatSettings.h Make schema inference cache better, respect format settings that can change the schema 2022-08-19 16:39:13 +00:00
IndexForNativeFormat.cpp
IndexForNativeFormat.h
JSONUtils.cpp Merge branch 'master' into numbers-schema-inference 2022-08-02 19:34:53 +02:00
JSONUtils.h Add new features in schema inference 2022-07-13 15:57:55 +00:00
MarkInCompressedFile.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
MsgPackExtensionTypes.h fix build fail with gcc --fix warnings without disabling some parameters 2022-03-11 21:59:19 +08:00
NativeReader.cpp Allow to skip unknown columns in Native format 2022-05-13 14:27:15 +00:00
NativeReader.h Allow to skip unknown columns in Native format 2022-05-13 14:27:15 +00:00
NativeWriter.cpp fix json type with sparse columns 2022-07-21 14:47:19 +00:00
NativeWriter.h
ParsedTemplateFormatString.cpp
ParsedTemplateFormatString.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
ProtobufReader.cpp
ProtobufReader.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
ProtobufSchemas.cpp Fix review comments 2022-03-15 11:27:17 +01:00
ProtobufSchemas.h Fix build + typo 2022-03-17 11:41:20 +01:00
ProtobufSerializer.cpp Fix error codes 2022-07-20 14:33:46 +00:00
ProtobufSerializer.h Add settings to skip fields with unsupported types in Protobuf/CapnProto schema inference 2022-07-20 11:16:25 +00:00
ProtobufWriter.cpp Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
ProtobufWriter.h Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
ReadSchemaUtils.cpp Small refactoring 2022-08-19 16:42:23 +00:00
ReadSchemaUtils.h Small refactoring 2022-08-19 16:42:23 +00:00
registerFormats.cpp Add SQLInsert output format 2022-06-27 18:31:57 +00:00
registerFormats.h
registerWithNamesAndTypes.cpp Better naming 2022-05-13 18:39:19 +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
RowInputMissingColumnsFiller.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
TemporaryFileStream.cpp Use getCompressedBytes in BufferingToFileTransform and TemporaryFileStream 2022-08-24 16:14:10 +00:00
TemporaryFileStream.h Use getCompressedBytes in BufferingToFileTransform and TemporaryFileStream 2022-08-24 16:14:10 +00:00
verbosePrintString.cpp
verbosePrintString.h