ClickHouse/dbms/src/Formats
2019-01-17 21:49:56 +03:00
..
tests Better link and deps (#3631) 2018-11-21 22:20:27 +03:00
BinaryRowInputStream.cpp CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
BinaryRowInputStream.h CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
BinaryRowOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
BinaryRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
BlockInputStreamFromRowInputStream.cpp Miscellaneous [#CLICKHOUSE-2] 2019-01-07 22:56:53 +03:00
BlockInputStreamFromRowInputStream.h Miscellaneous [#CLICKHOUSE-2] 2019-01-07 22:56:53 +03:00
BlockOutputStreamFromRowOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
BlockOutputStreamFromRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
CapnProtoRowInputStream.cpp Trying to understand the code #4063 2019-01-17 21:49:56 +03:00
CapnProtoRowInputStream.h CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
CMakeLists.txt Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
CSVRowInputStream.cpp CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
CSVRowInputStream.h CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
CSVRowOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
CSVRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
FormatFactory.cpp Added --input_format_import_nested_json option 2018-09-14 13:43:57 +00:00
FormatFactory.h Miscellaneous #2687 2018-07-20 18:59:11 +03:00
FormatSettings.h Miscellaneous [#CLICKHOUSE-2] 2019-01-07 22:56:53 +03:00
IRowInputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
IRowInputStream.h fixes for review CLICKHOUSE-3578 2018-12-06 20:20:17 +03:00
IRowOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
IRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
JSONCompactRowOutputStream.cpp Added more warnings from clang's -Weverything, that are available in clang 8 2019-01-07 13:40:58 +03:00
JSONCompactRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
JSONEachRowRowInputStream.cpp CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
JSONEachRowRowInputStream.h CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
JSONEachRowRowOutputStream.cpp Add output_format_json_escape_slashes setting - controls escaping slashes for string outputs in JSON output format. 2018-08-08 02:35:32 +03:00
JSONEachRowRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
JSONRowOutputStream.cpp Remove FormatSettings default value for writeJSONString and add tests for output_format_json_escape_forward_slashes. 2018-08-08 02:35:32 +03:00
JSONRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
NativeFormat.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
NullFormat.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
ODBCDriver2BlockOutputStream.cpp Better code; added a test #3835 2018-12-14 23:21:47 +03:00
ODBCDriver2BlockOutputStream.h Better code; added a test #3835 2018-12-14 23:21:47 +03:00
ODBCDriverBlockOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
ODBCDriverBlockOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
PrettyBlockOutputStream.cpp Macos build fix 2019-01-14 18:20:09 +03:00
PrettyBlockOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
PrettyCompactBlockOutputStream.cpp Strict order of evaluated and added columns 2018-09-20 14:16:15 +03:00
PrettyCompactBlockOutputStream.h Added more warnings from clang's -Weverything, that are available in clang 8 2019-01-07 13:40:58 +03:00
PrettySpaceBlockOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
PrettySpaceBlockOutputStream.h Added more warnings from clang's -Weverything, that are available in clang 8 2019-01-07 13:40:58 +03:00
TabSeparatedRawRowOutputStream.h Added more warnings from clang's -Weverything, that are available in clang 8 2019-01-07 13:40:58 +03:00
TabSeparatedRowInputStream.cpp CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
TabSeparatedRowInputStream.h CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
TabSeparatedRowOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
TabSeparatedRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
TSKVRowInputStream.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
TSKVRowInputStream.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
TSKVRowOutputStream.cpp Added more warnings from clang's -Weverything, that are available in clang 8 2019-01-07 13:40:58 +03:00
TSKVRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
ValuesRowInputStream.cpp CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
ValuesRowInputStream.h CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
ValuesRowOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +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 Correct wcwidth computation for pretty outputs. 2018-10-02 10:06:18 +08:00
VerticalRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
XMLRowOutputStream.cpp More style checks [#CLICKHOUSE-3] 2018-11-24 04:48:06 +03:00
XMLRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00