ClickHouse/dbms/src/Formats
2019-03-25 20:17:58 +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 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
CapnProtoRowInputStream.cpp rewrite capnproto reading 2019-03-25 20:17:58 +03:00
CapnProtoRowInputStream.h rewrite capnproto reading 2019-03-25 20:17:58 +03:00
CMakeLists.txt Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
CSVRowInputStream.cpp Added workaround for compiler bug 2019-02-26 13:37:47 +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 Move Interpreters/Settings* -> Core/Settings* 2019-03-22 15:08:30 +03:00
FormatFactory.h Updated test #4246 2019-02-10 19:55:12 +03:00
FormatSchemaInfo.cpp Fix error text about format schema. 2019-02-20 07:28:18 +03:00
FormatSchemaInfo.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
FormatSettings.h Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +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 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
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 A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08: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
MySQLBlockInputStream.cpp Build fixes (FreeBSD port) (#4397) 2019-02-15 14:46:07 +03:00
MySQLBlockInputStream.h Build fixes (FreeBSD port) (#4397) 2019-02-15 14:46:07 +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 clickhouse-odbc #157 : Remove LowCardinality from type (#4381) 2019-03-06 21:37:16 +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
ParquetBlockInputStream.cpp Try fix Default timezone regression #4658 (#4718) 2019-03-20 16:29:20 +03:00
ParquetBlockInputStream.h Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
ParquetBlockOutputStream.cpp Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
ParquetBlockOutputStream.h Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +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
ProtobufColumnMatcher.cpp Implement an utility class to match columns and protobuf fields. 2019-02-20 05:32:29 +03:00
ProtobufColumnMatcher.h Optimize the class ProtobufWriter and prepare for implementing support of nested messages. 2019-02-27 14:37:14 +03:00
ProtobufReader.cpp Minor improvements of ProtobufReader. 2019-02-27 14:37:17 +03:00
ProtobufReader.h Merge pull request #4493 from vitlibar/support-for-nested-messages-in-protobuf-output 2019-02-27 18:16:45 +03:00
ProtobufRowInputStream.cpp Merge pull request #4493 from vitlibar/support-for-nested-messages-in-protobuf-output 2019-02-27 18:16:45 +03:00
ProtobufRowInputStream.h Remove unused function ProtobufSchemas::getMessageTypeForColumns(). 2019-02-27 14:37:17 +03:00
ProtobufRowOutputStream.cpp Remove unused function ProtobufSchemas::getMessageTypeForColumns(). 2019-02-27 14:37:17 +03:00
ProtobufRowOutputStream.h Remove unused function ProtobufSchemas::getMessageTypeForColumns(). 2019-02-27 14:37:17 +03:00
ProtobufSchemas.cpp Add Y_IGNORE (#4521) 2019-02-27 19:52:08 +03:00
ProtobufSchemas.h Remove unused function ProtobufSchemas::getMessageTypeForColumns(). 2019-02-27 14:37:17 +03:00
ProtobufWriter.cpp Debugging PODArray 2019-03-08 06:23:02 +03:00
ProtobufWriter.h Build fixes (#4600) 2019-03-06 02:53:35 +03:00
TabSeparatedRawRowOutputStream.h Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
TabSeparatedRowInputStream.cpp Added workaround for compiler bug 2019-02-26 13:37:47 +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 A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08: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