ClickHouse/src/Processors/Formats/Impl
Azat Khuzhin 6aa94ae032 Fix MySQLWire format (in case of multiple writes)
In case of multiple writes File() engine will set doNotWritePrefix(),
and this will avoid serializations initilization, move this to do this
always.

Fixes: #31004
2021-11-20 15:26:21 +03:00
..
ArrowBlockInputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
ArrowBlockInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
ArrowBlockOutputFormat.cpp Minor change 2021-11-11 21:09:21 +03:00
ArrowBlockOutputFormat.h Minor change 2021-11-11 21:09:21 +03:00
ArrowBufferedStreams.cpp Manipulate with -Wreserved-identifier only if HAS_RESERVED_IDENTIFIER has been detected 2021-10-03 17:42:36 +04:00
ArrowBufferedStreams.h Remove cruft 2021-10-28 02:10:39 +03:00
ArrowColumnToCHColumn.cpp Better exception message while reading column from Arrow-supported formats 2021-10-09 19:46:36 +03:00
ArrowColumnToCHColumn.h Remove cruft 2021-10-28 02:10:39 +03:00
AvroRowInputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
AvroRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
AvroRowOutputFormat.cpp Small refactoring in formats 2021-11-03 20:07:05 +03:00
AvroRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
BinaryRowInputFormat.cpp Make better 2021-10-20 15:47:20 +03:00
BinaryRowInputFormat.h Add comments, update docs 2021-10-27 22:16:48 +03:00
BinaryRowOutputFormat.cpp Make better 2021-10-20 15:47:20 +03:00
BinaryRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
CapnProtoRowInputFormat.cpp Fix comments 2021-10-14 21:35:56 +03:00
CapnProtoRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
CapnProtoRowOutputFormat.cpp Fix build in fast test 2021-10-15 14:52:59 +03:00
CapnProtoRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
CHColumnToArrowColumn.cpp Remove cruft 2021-10-28 02:10:39 +03:00
CHColumnToArrowColumn.h Remove cruft 2021-10-28 02:10:39 +03:00
CMakeLists.txt
ConstantExpressionTemplate.cpp Simplifying exception messages 2021-09-11 00:40:18 +02:00
ConstantExpressionTemplate.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
CSVRowInputFormat.cpp Make better 2021-10-20 15:47:20 +03:00
CSVRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
CSVRowOutputFormat.cpp Small refactoring in formats 2021-11-03 20:07:05 +03:00
CSVRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
JSONAsStringRowInputFormat.cpp Refactor and improve TSV, CSV and JSONCompactEachRow formats, fix some bugs in formats 2021-10-14 13:32:49 +03:00
JSONAsStringRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
JSONCompactEachRowRowInputFormat.cpp Add comments, update docs 2021-10-27 22:16:48 +03:00
JSONCompactEachRowRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
JSONCompactEachRowRowOutputFormat.cpp Small refactoring in formats 2021-11-03 20:07:05 +03:00
JSONCompactEachRowRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
JSONCompactRowOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
JSONCompactRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
JSONEachRowRowInputFormat.cpp Refactor and improve TSV, CSV and JSONCompactEachRow formats, fix some bugs in formats 2021-10-14 13:32:49 +03:00
JSONEachRowRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
JSONEachRowRowOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
JSONEachRowRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
JSONEachRowWithProgressRowOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
JSONEachRowWithProgressRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
JSONRowOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
JSONRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
LineAsStringRowInputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
LineAsStringRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
MarkdownRowOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
MarkdownRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
MsgPackRowInputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
MsgPackRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
MsgPackRowOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
MsgPackRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
MySQLOutputFormat.cpp Fix MySQLWire format (in case of multiple writes) 2021-11-20 15:26:21 +03:00
MySQLOutputFormat.h Minor change 2021-11-11 21:09:21 +03:00
NativeFormat.cpp Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
NullFormat.cpp Move formats to Impl 2021-10-13 13:01:08 +03:00
NullFormat.h Move formats to Impl 2021-10-13 13:01:08 +03:00
ODBCDriver2BlockOutputFormat.cpp Small refactoring in formats 2021-11-03 20:07:05 +03:00
ODBCDriver2BlockOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
ORCBlockInputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
ORCBlockInputFormat.h Remove cruft 2021-10-28 02:10:39 +03:00
ORCBlockOutputFormat.cpp Minor change 2021-11-11 21:09:21 +03:00
ORCBlockOutputFormat.h Minor change 2021-11-11 21:09:21 +03:00
ParallelFormattingOutputFormat.cpp Minor change 2021-11-11 21:09:21 +03:00
ParallelFormattingOutputFormat.h Minor change 2021-11-11 21:09:21 +03:00
ParallelParsingInputFormat.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ParallelParsingInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
ParquetBlockInputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
ParquetBlockInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
ParquetBlockOutputFormat.cpp Minor change 2021-11-11 21:09:21 +03:00
ParquetBlockOutputFormat.h Minor change 2021-11-11 21:09:21 +03:00
PostgreSQLOutputFormat.cpp Small refactoring in formats 2021-11-03 20:07:05 +03:00
PostgreSQLOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
PrettyBlockOutputFormat.cpp Minor change 2021-11-11 21:09:21 +03:00
PrettyBlockOutputFormat.h Minor change 2021-11-11 21:09:21 +03:00
PrettyCompactBlockOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
PrettyCompactBlockOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
PrettySpaceBlockOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
PrettySpaceBlockOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
ProtobufRowInputFormat.cpp Add CapnProto output format, refactor CapnProto input format 2021-10-14 16:43:22 +03:00
ProtobufRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
ProtobufRowOutputFormat.cpp Add CapnProto output format, refactor CapnProto input format 2021-10-14 16:43:22 +03:00
ProtobufRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
RawBLOBRowInputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
RawBLOBRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
RawBLOBRowOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
RawBLOBRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
RegexpRowInputFormat.cpp Refactor and improve TSV, CSV and JSONCompactEachRow formats, fix some bugs in formats 2021-10-14 13:32:49 +03:00
RegexpRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
TabSeparatedRowInputFormat.cpp Add comments, update docs 2021-10-27 22:16:48 +03:00
TabSeparatedRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
TabSeparatedRowOutputFormat.cpp Small refactoring in formats 2021-11-03 20:07:05 +03:00
TabSeparatedRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
TemplateBlockOutputFormat.cpp Minor change 2021-11-11 21:09:21 +03:00
TemplateBlockOutputFormat.h Minor change 2021-11-11 21:09:21 +03:00
TemplateRowInputFormat.cpp Refactor and improve TSV, CSV and JSONCompactEachRow formats, fix some bugs in formats 2021-10-14 13:32:49 +03:00
TemplateRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
TSKVRowInputFormat.cpp Refactor and improve TSV, CSV and JSONCompactEachRow formats, fix some bugs in formats 2021-10-14 13:32:49 +03:00
TSKVRowInputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
TSKVRowOutputFormat.cpp Refactor and improve TSV, CSV and JSONCompactEachRow formats, fix some bugs in formats 2021-10-14 13:32:49 +03:00
TSKVRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
ValuesBlockInputFormat.cpp Add comments, update docs 2021-10-27 22:16:48 +03:00
ValuesBlockInputFormat.h support VALUES format in async inserts 2021-10-20 17:20:58 +03:00
ValuesRowOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
ValuesRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
VerticalRowOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
VerticalRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00
XMLRowOutputFormat.cpp Remove streams from formats. 2021-10-11 19:11:50 +03:00
XMLRowOutputFormat.h Small refactoring in formats 2021-11-03 20:07:05 +03:00