ClickHouse/src/Formats
Raúl Marín 5de11979ce
Unify query elapsed time measurements (#43455)
* Unify query elapsed time reporting

* add-test: Make shell tests executable

* Add some tests around query elapsed time

* Style and ubsan
2022-12-28 21:01:41 +01:00
..
BSONTypes.cpp Better handle uint64 2022-11-11 13:24:12 +00:00
BSONTypes.h Fix reading ObjectId in BSON schema inference 2022-12-19 14:13:42 +00:00
CapnProtoUtils.cpp Fix tests 2022-11-21 13:46:15 +00:00
CapnProtoUtils.h Add small improvements in CapnProto format 2022-11-18 20:13:00 +00:00
ColumnMapping.cpp Refactor BSONEachRow format, fix bugs, support more data types, support parallel parsing and schema inference 2022-11-10 20:15:14 +00: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 Fix tests 2022-12-23 14:42:38 +00:00
EscapingRuleUtils.h Refactor and improve schema inference for text formats 2022-12-07 21:19:27 +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 Unify query elapsed time measurements (#43455) 2022-12-28 21:01:41 +01:00
FormatFactory.h s3 table function can support select nested column using {column_name}.{subcolumn_name} 2022-11-23 23:36:12 +08:00
FormatSchemaInfo.cpp Use compile-time check for Exception messages, fix wrong messages 2022-03-29 13:16:11 +00: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 refactor-schema-inference 2022-12-16 14:24:51 +01:00
IndexForNativeFormat.cpp Keep indices for StorageStripeLog in memory. 2021-10-31 03:52:41 +03:00
IndexForNativeFormat.h Keep indices for StorageStripeLog in memory. 2021-10-31 03:52:41 +03:00
JSONUtils.cpp Fix comments 2022-12-16 13:58:54 +00:00
JSONUtils.h Refactor and improve schema inference for text formats 2022-12-07 21:19:27 +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 Remove code duplication 2022-10-14 18:07:02 +00:00
NativeReader.h Allow to skip unknown columns in Native format 2022-05-13 14:27:15 +00:00
NativeWriter.cpp Temporary files evict fs cache 2022-12-22 10:22:49 +00:00
NativeWriter.h Temporary files evict fs cache 2022-12-22 10:22:49 +00:00
newLineSegmentationEngine.cpp Support parallel parsing for LineAsString input format 2022-10-28 21:56:09 +00:00
newLineSegmentationEngine.h Support parallel parsing for LineAsString input format 2022-10-28 21:56:09 +00:00
ParsedTemplateFormatString.cpp Implement schema inference for most input formats 2021-12-29 12:18:56 +03:00
ParsedTemplateFormatString.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
ProtobufReader.cpp
ProtobufReader.h Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00:00
ProtobufSchemas.cpp Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00:00
ProtobufSchemas.h Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00:00
ProtobufSerializer.cpp Cleanup code 2022-12-02 19:15:26 +00:00
ProtobufSerializer.h Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +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 Refactor and improve schema inference for text formats 2022-12-07 21:19:27 +00:00
ReadSchemaUtils.h Refactor and improve schema inference for text formats 2022-12-07 21:19:27 +00:00
registerFormats.cpp Refactor BSONEachRow format, fix bugs, support more data types, support parallel parsing and schema inference 2022-11-10 20:15:14 +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 Take into account nested structures while filling missing columns while reading protobuf. 2021-12-10 21:11:06 +03:00
RowInputMissingColumnsFiller.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
SchemaInferenceUtils.cpp Improve inferring arrays with nulls in JSON formats 2022-12-24 00:21:48 +00: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
verbosePrintString.h Update verbosePrintString.h 2021-11-19 16:51:49 +03:00