.. |
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
|
|
|
BlockOutputStreamFromRowOutputStream.h
|
|
|
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
|
|
|
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
|
|
|
FormatFactory.cpp
|
Implement a new row input stream for reading protobuf messages.
|
2019-02-20 07:28:18 +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
|
|
|
IRowInputStream.h
|
fixes for review CLICKHOUSE-3578
|
2018-12-06 20:20:17 +03:00 |
IRowOutputStream.cpp
|
|
|
IRowOutputStream.h
|
|
|
JSONCompactRowOutputStream.cpp
|
IPv4 and IPv6 Domain implementation.
|
2019-02-04 12:37:46 +03:00 |
JSONCompactRowOutputStream.h
|
|
|
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
|
|
|
JSONRowOutputStream.cpp
|
IPv4 and IPv6 Domain implementation.
|
2019-02-04 12:37:46 +03:00 |
JSONRowOutputStream.h
|
|
|
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
|
|
|
NullFormat.cpp
|
|
|
ODBCDriver2BlockOutputStream.cpp
|
Add parquet support. Fixes, tests, ...
|
2019-02-19 23:51:44 +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
|
|
|
ParquetBlockInputStream.cpp
|
Add parquet support. Fixes, tests, ...
|
2019-02-19 23:51:44 +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
|
|
|
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
|
|
|
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 |
ProtobufColumnMatcher.cpp
|
Implement an utility class to match columns and protobuf fields.
|
2019-02-20 05:32:29 +03:00 |
ProtobufColumnMatcher.h
|
Implement an utility class to match columns and protobuf fields.
|
2019-02-20 05:32:29 +03:00 |
ProtobufReader.cpp
|
Improve performance of ProtobufReader.
|
2019-02-21 18:49:42 +03:00 |
ProtobufReader.h
|
Improve performance of ProtobufReader.
|
2019-02-21 18:49:42 +03:00 |
ProtobufRowInputStream.cpp
|
Implement a new row input stream for reading protobuf messages.
|
2019-02-20 07:28:18 +03:00 |
ProtobufRowInputStream.h
|
Implement a new row input stream for reading protobuf messages.
|
2019-02-20 07:28:18 +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
|
Implement an utility class for reading protobuf messages.
|
2019-02-20 07:28:02 +03:00 |
ProtobufWriter.h
|
Build fixes (FreeBSD port) (#4397)
|
2019-02-15 14:46:07 +03:00 |
TabSeparatedRawRowOutputStream.h
|
Add parquet support. Fixes, tests, ...
|
2019-02-19 23:51:44 +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
|
|
|
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
|
|
|
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
|
|
|
verbosePrintString.cpp
|
|
|
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
|
|
|