ClickHouse/dbms/src/Formats
2019-02-11 03:17:49 +03:00
..
tests Better link and deps (#3631) 2018-11-21 22:20:27 +03:00
BinaryRowInputStream.cpp Added comment #4200 2019-02-11 03:17:49 +03:00
BinaryRowInputStream.h Fix compile errors, added output format test 2019-01-30 23:38:47 +03:00
BinaryRowOutputStream.cpp Build fix: round 2 2019-01-31 22:30:36 +03:00
BinaryRowOutputStream.h Fix compile errors, added output format test 2019-01-30 23:38:47 +03:00
BlockInputStreamFromRowInputStream.cpp Updated test #4246 2019-02-10 19:55:12 +03:00
BlockInputStreamFromRowInputStream.h Updated test #4246 2019-02-10 19:55:12 +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 Updated test #4246 2019-02-10 19:55:12 +03:00
CapnProtoRowInputStream.h No escaping for the format schema file's name anymore, 2019-01-24 17:31:41 +03:00
CMakeLists.txt Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
CSVRowInputStream.cpp Updated test #4246 2019-02-10 19:55:12 +03:00
CSVRowInputStream.h CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
CSVRowOutputStream.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
CSVRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
FormatFactory.cpp Updated test #4246 2019-02-10 19:55:12 +03:00
FormatFactory.h Updated test #4246 2019-02-10 19:55:12 +03:00
FormatSchemaInfo.cpp Add support for absolute format schema paths. 2019-01-27 12:15:32 +03:00
FormatSchemaInfo.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +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 IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
JSONCompactRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
JSONEachRowRowInputStream.cpp Updated test #4246 2019-02-10 19:55:12 +03:00
JSONEachRowRowInputStream.h CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
JSONEachRowRowOutputStream.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
JSONEachRowRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
JSONRowOutputStream.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +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 IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
ODBCDriver2BlockOutputStream.h Better code; added a test #3835 2018-12-14 23:21:47 +03:00
ODBCDriverBlockOutputStream.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
ODBCDriverBlockOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
PrettyBlockOutputStream.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +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
ProtobufBlockOutputStream.cpp Add support for absolute format schema paths. 2019-01-27 12:15:32 +03:00
ProtobufBlockOutputStream.h Implemented a new block output stream using protobuf output format. 2019-01-24 17:54:57 +03:00
ProtobufSchemas.cpp Add support for absolute format schema paths. 2019-01-27 12:15:32 +03:00
ProtobufSchemas.h Add support for absolute format schema paths. 2019-01-27 12:15:32 +03:00
ProtobufSimpleWriter.cpp Use more IO/WriteHelpers.h functions in the class ProtobufSimpleWriter, 2019-01-25 17:15:44 +03:00
ProtobufSimpleWriter.h Use more IO/WriteHelpers.h functions in the class ProtobufSimpleWriter, 2019-01-25 17:15:44 +03:00
ProtobufWriter.cpp Fix build without protobuf, gtest, cppkafka (#4152) 2019-01-25 23:02:03 +03:00
ProtobufWriter.h Implemented main class for writing protobufs. 2019-01-24 17:54:52 +03:00
TabSeparatedRawRowOutputStream.h IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
TabSeparatedRowInputStream.cpp Updated test #4246 2019-02-10 19:55:12 +03:00
TabSeparatedRowInputStream.h CLICKHOUSE-3578 review proress 2018-12-04 17:09:47 +03:00
TabSeparatedRowOutputStream.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
TabSeparatedRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
TSKVRowInputStream.cpp Updated test #4246 2019-02-10 19:55:12 +03:00
TSKVRowInputStream.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
TSKVRowOutputStream.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
TSKVRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
ValuesRowInputStream.cpp Updated test #4246 2019-02-10 19:55:12 +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 IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
XMLRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00