ClickHouse/src/Processors/Formats/Impl
Nikolai Kochetov 7019a9a659
Merge pull request #22673 from nvartolomei/nv/exp-arrow-stream
Experiment with ArrowStream streaming
2021-04-12 13:29:25 +03:00
..
ArrowBlockInputFormat.cpp More Arrow like code style 2021-04-07 23:33:25 +03:00
ArrowBlockInputFormat.h
ArrowBlockOutputFormat.cpp Do not use deprecated API 2020-11-05 20:10:11 +03:00
ArrowBlockOutputFormat.h
ArrowBufferedStreams.cpp More Arrow like code style 2021-04-07 23:33:25 +03:00
ArrowBufferedStreams.h More Arrow like code style 2021-04-07 23:33:25 +03:00
ArrowColumnToCHColumn.cpp Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ArrowColumnToCHColumn.h
AvroRowInputFormat.cpp AvroRowInputFormat::readPrefix inroduced 2021-03-16 17:40:59 +03:00
AvroRowInputFormat.h AvroRowInputFormat::readPrefix inroduced 2021-03-16 17:40:59 +03:00
AvroRowOutputFormat.cpp Avoid shadowing class member, set first_row flag after write 2020-10-12 07:52:38 +02:00
AvroRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
BinaryRowInputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
BinaryRowInputFormat.h
BinaryRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
BinaryRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
CapnProtoRowInputFormat.cpp
CapnProtoRowInputFormat.h
CHColumnToArrowColumn.cpp Remove LC converting to Arrow. 2020-07-03 13:37:55 +03:00
CHColumnToArrowColumn.h
CMakeLists.txt
ConstantExpressionTemplate.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ConstantExpressionTemplate.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
CSVRowInputFormat.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-03-16 16:50:15 +03:00
CSVRowInputFormat.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-03-16 16:50:15 +03:00
CSVRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
CSVRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
JSONAsStringRowInputFormat.cpp Added format RawBLOB 2020-09-28 03:11:19 +03:00
JSONAsStringRowInputFormat.h Kafka better states, formats based on PeekableReadBuffer, and other minor fixes. 2020-06-19 10:49:05 +02:00
JSONCompactEachRowRowInputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
JSONCompactEachRowRowInputFormat.h fix arcadia 2020-09-07 20:55:06 +03:00
JSONCompactEachRowRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
JSONCompactEachRowRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
JSONCompactRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
JSONCompactRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
JSONEachRowRowInputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
JSONEachRowRowInputFormat.h arcadia fix + live view fix + cleanup 2020-12-30 07:50:58 +03:00
JSONEachRowRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
JSONEachRowRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
JSONEachRowWithProgressRowOutputFormat.cpp Write rows as JSON array in JSONEachRow output format 2020-11-17 22:50:47 +03:00
JSONEachRowWithProgressRowOutputFormat.h
JSONRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
JSONRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
LineAsStringRowInputFormat.cpp style 2020-11-06 21:59:16 +03:00
LineAsStringRowInputFormat.h better 2020-11-06 21:55:13 +03:00
MarkdownRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
MarkdownRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
MsgPackRowInputFormat.cpp Fix build 2020-07-10 22:27:12 +03:00
MsgPackRowInputFormat.h Fix arcadia build for msgpack 2020-07-16 14:08:26 +03:00
MsgPackRowOutputFormat.cpp Avoid shadowing class member, set first_row flag after write 2020-10-12 07:52:38 +02:00
MsgPackRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
MySQLOutputFormat.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
MySQLOutputFormat.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
NativeFormat.h better 2020-12-28 19:52:54 +03:00
NullFormat.cpp Refactoring WriteCallback->RowOutputFormatParams 2020-10-12 07:52:06 +02:00
ODBCDriver2BlockOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
ODBCDriver2BlockOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
ORCBlockInputFormat.cpp add test 2021-04-06 22:23:16 +03:00
ORCBlockInputFormat.h
ORCBlockOutputFormat.cpp Fix some of the issues found by Coverity 2021-02-02 22:07:23 +03:00
ORCBlockOutputFormat.h Fix some of the issues found by Coverity 2021-02-02 22:07:23 +03:00
ParallelFormattingOutputFormat.cpp Add memory accounting in parallel formatting 2021-04-01 06:17:23 +03:00
ParallelFormattingOutputFormat.h Add memory accounting in parallel formatting 2021-04-01 06:17:23 +03:00
ParallelParsingInputFormat.cpp Safer SCOPE_EXIT 2021-04-06 21:10:37 +03:00
ParallelParsingInputFormat.h move to poco::event 2021-03-11 18:22:24 +03:00
ParquetBlockInputFormat.cpp add test 2021-04-06 22:23:16 +03:00
ParquetBlockInputFormat.h
ParquetBlockOutputFormat.cpp Refactoring WriteCallback->RowOutputFormatParams 2020-10-12 07:52:06 +02:00
ParquetBlockOutputFormat.h
PostgreSQLOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
PostgreSQLOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
PrettyBlockOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
PrettyBlockOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
PrettyCompactBlockOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
PrettyCompactBlockOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
PrettySpaceBlockOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
PrettySpaceBlockOutputFormat.h
ProtobufRowInputFormat.cpp Improved serialization for data types combined of Arrays and Tuples. 2021-02-17 20:50:09 +03:00
ProtobufRowInputFormat.h Improved serialization for data types combined of Arrays and Tuples. 2021-02-17 20:50:09 +03:00
ProtobufRowOutputFormat.cpp Improved serialization for data types combined of Arrays and Tuples. 2021-02-17 20:50:09 +03:00
ProtobufRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
RawBLOBRowInputFormat.cpp Added format RawBLOB 2020-09-28 03:11:19 +03:00
RawBLOBRowInputFormat.h Added format RawBLOB 2020-09-28 03:11:19 +03:00
RawBLOBRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
RawBLOBRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
RegexpRowInputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
RegexpRowInputFormat.h Kafka better states, formats based on PeekableReadBuffer, and other minor fixes. 2020-06-19 10:49:05 +02:00
TabSeparatedRawRowInputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
TabSeparatedRawRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
TabSeparatedRowInputFormat.cpp DataTypeLowCardinality format tsv parsing issue 2021-04-08 20:12:41 +03:00
TabSeparatedRowInputFormat.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-03-16 16:50:15 +03:00
TabSeparatedRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
TabSeparatedRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
TemplateBlockOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
TemplateBlockOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
TemplateRowInputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
TemplateRowInputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
TSKVRowInputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
TSKVRowInputFormat.h More consistent invocation of skipBOMIfExists 2020-09-07 07:21:55 +03:00
TSKVRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
TSKVRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
ValuesBlockInputFormat.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ValuesBlockInputFormat.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ValuesRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
ValuesRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
VerticalRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
VerticalRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00
XMLRowOutputFormat.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
XMLRowOutputFormat.h refactoring of serializations 2021-03-09 17:46:52 +03:00