ClickHouse/src/Formats
Kruglov Pavel 11f176dd19
Merge pull request #50712 from KevinyhZou/bug_fix_csv_parse_by_tab_delimiter
Support CSVInputFormat to read csv file by whitespace & tab delimiter
2023-06-16 13:16:22 +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 Fix tests 2023-06-01 14:51:14 +00:00
CapnProtoSchema.h Refactor CapnProto format to improve input/output performance 2023-05-24 17:19:04 +00:00
CapnProtoSerializer.cpp using Reader instead of typename CapnpType::Reader 2023-06-14 15:22:32 +08:00
CapnProtoSerializer.h Make better 2023-05-25 15:24:02 +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 Move some files. 2021-10-16 17:03:50 +03:00
formatBlock.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
FormatFactory.cpp Merge branch 'master' into bug_fix_csv_parse_by_tab_delimiter 2023-06-15 10:25:19 +08:00
FormatFactory.h Get rid of SeekableReadBufferFactory, add SeekableReadBuffer::readBigAt() instead 2023-06-01 18:48:30 -07:00
FormatSchemaInfo.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FormatSchemaInfo.h Add CapnProto output format, refactor CapnProto input format 2021-10-14 16:43:22 +03:00
FormatSettings.h Merge branch 'master' into bug_fix_csv_parse_by_tab_delimiter 2023-06-15 10:25:19 +08:00
IndexForNativeFormat.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IndexForNativeFormat.h Keep indices for StorageStripeLog in memory. 2021-10-31 03:52:41 +03:00
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 fix build fail with gcc --fix warnings without disabling some parameters 2022-03-11 21:59:19 +08:00
NativeReader.cpp Fix style 2023-03-17 18:35:19 +01:00
NativeReader.h Allow types conversion in Native input format 2023-02-27 19:28:19 +00:00
NativeWriter.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01: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 Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
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 remove unnecessary header 2023-05-17 00:22:13 +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 Add setting to limit the number of bytes to read in schema inference 2023-06-05 15:22:04 +00:00
ReadSchemaUtils.h Refactor and improve schema inference for text formats 2022-12-07 21:19:27 +00:00
registerFormats.cpp Add ParquetMetadata input format to read Parquet file metadata 2023-04-18 16:46:26 +00:00
registerFormats.h Fix inconsistency in FormatFactory 2020-10-29 06:39:43 +03:00
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 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 Update SchemaInferenceUtils.cpp 2023-03-10 05:01:06 +03:00
SchemaInferenceUtils.h Fix comments 2022-12-16 13:58:54 +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