ClickHouse/src/Processors/Formats
Robert Schulze 7d3913f350
Enable clang-tidy bugprone-assert-side-effect
Official docs:

  Finds assert() with side effect. The condition of assert() is
  evaluated only in debug builds so a condition with side effect can
  cause different behavior in debug / release builds.
2022-05-08 19:15:55 +02:00
..
Impl Enable clang-tidy bugprone-assert-side-effect 2022-05-08 19:15:55 +02:00
IInputFormat.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-09-14 23:02:30 +03:00
IInputFormat.h Fix comments and test 2022-04-28 14:59:35 +00:00
IOutputFormat.cpp Support parallel formatting for all text output formats 2021-11-23 19:56:43 +03:00
IOutputFormat.h Better naming 2021-11-25 15:09:13 +03:00
IRowInputFormat.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
IRowInputFormat.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
IRowOutputFormat.cpp Small improvements 2022-02-06 07:14:01 +03:00
IRowOutputFormat.h Small improvements 2022-02-06 07:14:01 +03:00
ISchemaReader.cpp Merge pull request #36205 from Avogar/improve-globs 2022-04-25 13:14:46 +02:00
ISchemaReader.h Merge branch 'master' into mysqldump-format 2022-04-28 15:58:18 +02:00
LazyOutputFormat.cpp Fixed tests 2021-10-14 00:33:18 +03:00
LazyOutputFormat.h Minor change 2021-11-11 21:09:21 +03:00
PullingOutputFormat.cpp
PullingOutputFormat.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
RowInputFormatWithDiagnosticInfo.cpp execute asynchronous inserts separatly for each client 2021-08-27 06:00:12 +03:00
RowInputFormatWithDiagnosticInfo.h
RowInputFormatWithNamesAndTypes.cpp Merge branch 'master' into mysqldump-format 2022-04-28 15:58:18 +02:00
RowInputFormatWithNamesAndTypes.h Merge branch 'master' into mysqldump-format 2022-04-28 15:58:18 +02:00