ClickHouse/dbms/src/Formats
2019-08-02 19:59:50 +03:00
..
tests Remove TSKVRowInputStream. 2019-08-02 19:59:50 +03:00
BlockInputStreamFromRowInputStream.cpp Fixes due to review 2019-06-14 20:19:02 +03:00
BlockInputStreamFromRowInputStream.h Fixes due to review 2019-06-14 20:19:02 +03:00
BlockOutputStreamFromRowOutputStream.cpp Make the interface IRowOutputStream more generic and use it for writing protobufs. 2019-02-27 00:53:13 +03:00
BlockOutputStreamFromRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
CMakeLists.txt Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
config_formats.h.in Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
CSVRowInputStream.cpp optimization 2019-07-19 21:56:14 +03:00
CSVRowInputStream.h optimization 2019-07-19 21:56:14 +03:00
FormatFactory.cpp Remove TSKVRowInputStream. 2019-08-02 19:51:33 +03:00
FormatFactory.h Update FormatFactory. 2019-08-02 17:41:19 +03:00
FormatSchemaInfo.cpp Improve the error message when format schema isn't set. 2019-03-29 22:36:10 +03:00
FormatSchemaInfo.h Improve the error message when format schema isn't set. 2019-03-29 22:36:10 +03:00
FormatSettings.h use default if not nullable 2019-07-18 16:43:20 +03:00
IRowInputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
IRowInputStream.h Treat empty cells in CSV as default values. (#5625) 2019-06-20 15:46:36 +03:00
IRowOutputStream.cpp Make the interface IRowOutputStream more generic and use it for writing protobufs. 2019-02-27 00:53:13 +03:00
IRowOutputStream.h Make the interface IRowOutputStream more generic and use it for writing protobufs. 2019-02-27 00:53:13 +03:00
MySQLBlockInputStream.cpp Split Common/config.h by libs (dbms) (#5715) 2019-06-24 14:17:15 +03:00
MySQLBlockInputStream.h Code style fixes 2019-05-24 14:30:12 +02:00
NativeFormat.cpp Use read callback to populate virtual columns in Kafka Engine 2019-05-23 16:20:25 +03:00
NullFormat.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
ProtobufColumnMatcher.cpp Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
ProtobufColumnMatcher.h Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
ProtobufReader.cpp Use better approach to check offsets in protobuf messages. 2019-07-24 14:41:49 +03:00
ProtobufReader.h Use better approach to check offsets in protobuf messages. 2019-07-24 14:41:49 +03:00
ProtobufSchemas.cpp Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
ProtobufSchemas.h Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
ProtobufWriter.cpp Fixed UBSan report in ProtobufWriter 2019-07-25 23:10:33 +03:00
ProtobufWriter.h Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
TabSeparatedRawRowOutputStream.h Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
TabSeparatedRowInputStream.cpp Merge remote-tracking branch 'upstream/master' into issue-5286 2019-06-03 17:19:09 +03:00
TabSeparatedRowInputStream.h Better naming 2019-04-22 17:00:51 +03:00
ValuesRowInputStream.cpp Use read callback to populate virtual columns in Kafka Engine 2019-05-23 16:20:25 +03:00
ValuesRowInputStream.h CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
ValuesRowOutputStream.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
ValuesRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
verbosePrintString.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
verbosePrintString.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
VerticalRowOutputStream.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
VerticalRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
XMLRowOutputStream.cpp Progress rename for total_rows and write_[rows|bytes] 2019-05-20 18:37:41 +07:00
XMLRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00