.. |
tests
|
Fix build
|
2019-05-26 23:10:43 +03:00 |
BinaryRowInputStream.cpp
|
Use read callback to populate virtual columns in Kafka Engine
|
2019-05-23 16:20:25 +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
|
Fixes due to review
|
2019-06-14 20:19:02 +03:00 |
BlockInputStreamFromRowInputStream.h
|
Fixes due to review
|
2019-06-14 20:19:02 +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
|
Merge branch 'master' into issue-5286
|
2019-06-20 16:08:22 +03:00 |
CapnProtoRowInputStream.h
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
CMakeLists.txt
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
config_formats.h.in
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
CSVRowInputStream.cpp
|
Merge remote-tracking branch 'upstream/master' into issue-5286
|
2019-06-24 14:42:58 +03:00 |
CSVRowInputStream.h
|
Treat empty cells in CSV as default values. (#5625)
|
2019-06-20 15:46:36 +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
|
Merged with master.
|
2019-07-08 16:00:54 +03:00 |
FormatFactory.h
|
Merged with master.
|
2019-07-08 16:00:54 +03:00 |
FormatSchemaInfo.cpp
|
Improve the error message when format schema isn't set.
|
2019-03-29 22:36:10 +03:00 |
FormatSchemaInfo.h
|
Improve the error message when format schema isn't set.
|
2019-03-29 22:36:10 +03:00 |
FormatSettings.h
|
Treat empty cells in CSV as default values. (#5625)
|
2019-06-20 15:46:36 +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 |
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
|
Use read callback to populate virtual columns in Kafka Engine
|
2019-05-23 16:20:25 +03:00 |
JSONEachRowRowInputStream.h
|
Fixed bad translation in comment
|
2019-06-27 14:13:32 +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
|
Progress rename for total_rows and write_[rows|bytes]
|
2019-05-20 18:37:41 +07:00 |
JSONRowOutputStream.h
|
Better modularity of formats. (#2492)
|
2018-06-10 22:22:49 +03:00 |
MySQLBlockInputStream.cpp
|
Split Common/config.h by libs (dbms) (#5715)
|
2019-06-24 14:17:15 +03:00 |
MySQLBlockInputStream.h
|
Code style fixes
|
2019-05-24 14:30:12 +02:00 |
MySQLWireBlockOutputStream.cpp
|
Remove debug logging from MySQL protocol
|
2019-05-30 11:25:16 +03:00 |
MySQLWireBlockOutputStream.h
|
Improvements of MySQL Wire Protocol
|
2019-05-26 09:52:29 +03:00 |
MySQLWireFormat.cpp
|
Improvements of MySQL Wire Protocol
|
2019-05-26 09:52:29 +03:00 |
NativeFormat.cpp
|
Use read callback to populate virtual columns in Kafka Engine
|
2019-05-23 16:20:25 +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
|
Merge branch 'master' into issue-5286
|
2019-06-20 16:08:22 +03:00 |
ParquetBlockInputStream.h
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
ParquetBlockOutputStream.cpp
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
ParquetBlockOutputStream.h
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12: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
|
Update PrettySpaceBlockOutputStream.cpp
|
2019-06-09 17:22:16 +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
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
ProtobufColumnMatcher.h
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
ProtobufReader.cpp
|
Add two more warnings from -Weverything
|
2019-07-08 03:16:39 +03:00 |
ProtobufReader.h
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
ProtobufRowInputStream.cpp
|
Merge branch 'master' into issue-5286
|
2019-06-20 16:08:22 +03:00 |
ProtobufRowInputStream.h
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
ProtobufRowOutputStream.cpp
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
ProtobufRowOutputStream.h
|
Remove unused function ProtobufSchemas::getMessageTypeForColumns().
|
2019-02-27 14:37:17 +03:00 |
ProtobufSchemas.cpp
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
ProtobufSchemas.h
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
ProtobufWriter.cpp
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
ProtobufWriter.h
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
TabSeparatedRawRowOutputStream.h
|
Add parquet support. Fixes, tests, ...
|
2019-02-19 23:51:44 +03:00 |
TabSeparatedRowInputStream.cpp
|
Merge remote-tracking branch 'upstream/master' into issue-5286
|
2019-06-03 17:19:09 +03:00 |
TabSeparatedRowInputStream.h
|
Better naming
|
2019-04-22 17:00:51 +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
|
Use read callback to populate virtual columns in Kafka Engine
|
2019-05-23 16:20:25 +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
|
Use read callback to populate virtual columns in Kafka Engine
|
2019-05-23 16:20:25 +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
|
Progress rename for total_rows and write_[rows|bytes]
|
2019-05-20 18:37:41 +07:00 |
XMLRowOutputStream.h
|
Better modularity of formats. (#2492)
|
2018-06-10 22:22:49 +03:00 |