ClickHouse/dbms/src/Formats
Mikhail Korotov 88e37020e0 JSONCompactEachRow and JSONCompactEachRowWithNamesAndTypes (#7841)
* Research commit

* Created Output EachRow Format

* Fixed bugs

* Created output format JSONCompactEachRowWithNamesAndTypes without totals

* Fixed bugs

* Fixed bugs

* Totals for JSONCompactEachRowWithNamesAndTypes

* Deleted needless debug

* Working commit

* Working commit

* Working commit

* Working commit

* Working commit

* Working commit

* Working commit

* Working commit

* Working commit

* Working commit

* Working commit

* Working commit

* Tests added

* Input Format for JSONCompactEachRow

* Fixed bugs for JSONCompactEachRow Input format

* Fixed bugs for JSONCompactEachRowRowInputFormat.cpp

* JSONCompactEachRow and JSONCompactEachRowWithNamesAndTypes united

* Created input format for both formats

* fixed bugs

* fixed bugs

* Working commit

* Working commit

* Working commit

* Working commit

* tests

* Working commit

* Final tests

* Performance tests added
2019-12-05 13:13:40 +03:00
..
tests Always read and insert Kafka messages as a whole (#6950) 2019-09-20 15:12:32 +03:00
CMakeLists.txt Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
config_formats.h.in ADQM-34 add orc input format 2019-08-21 17:19:47 +03:00
FormatFactory.cpp JSONCompactEachRow and JSONCompactEachRowWithNamesAndTypes (#7841) 2019-12-05 13:13:40 +03:00
FormatFactory.h chunk size -> chunk bytes 2019-11-18 22:45:26 +03:00
FormatSchemaInfo.cpp read settings from file 2019-09-24 17:45:04 +03:00
FormatSchemaInfo.h read settings from file 2019-09-24 17:45:04 +03:00
FormatSettings.h support defaults_for_omitted_fields in TSV 2019-10-04 22:44:48 +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 Fix connection to early MySQL connection closure in MySQLBlockInputStream.cpp 2019-09-10 10:21:13 +02:00
MySQLBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
NativeFormat.cpp Always read and insert Kafka messages as a whole (#6950) 2019-09-20 15:12:32 +03:00
NullFormat.cpp Implement support for insertion into Kafka tables (#6012) 2019-08-20 14:17:57 +03:00
ParsedTemplateFormatString.cpp fixes 2019-09-27 00:40:14 +03:00
ParsedTemplateFormatString.h add CustomSeparated format 2019-09-24 22:56:45 +03:00
ProtobufColumnMatcher.cpp Build fixes (#6016) 2019-08-04 03:19:03 +03:00
ProtobufColumnMatcher.h Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
ProtobufReader.cpp ubsan fix 2019-11-02 17:00:03 +08:00
ProtobufReader.h Fix build without protobuf 2019-08-09 19:09:24 +03:00
ProtobufSchemas.cpp Split libdbms.so using object library 2019-09-11 01:56:01 +08:00
ProtobufSchemas.h Split libdbms.so using object library 2019-09-11 01:56:01 +08:00
ProtobufWriter.cpp ubsan fix 2019-11-02 17:00:03 +08:00
ProtobufWriter.h adding -Wshadow for GCC 2019-08-09 23:58:16 +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