ClickHouse/dbms/src/Formats
2018-07-13 14:30:42 +03:00
..
tests Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
BinaryRowInputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
BinaryRowInputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +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 3578: defaults for input streams (in progress) 2018-07-04 20:02:47 +03:00
BlockInputStreamFromRowInputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +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 Add // Y_IGNORE tags 2018-06-21 18:24:36 +03:00
CapnProtoRowInputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
CMakeLists.txt Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
CSVRowInputStream.cpp Adaptations #2574 2018-07-05 00:00:50 +03:00
CSVRowInputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +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 Adaptations #2574 2018-07-05 00:00:50 +03:00
FormatFactory.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
FormatSettings.h Adaptations #2574 2018-07-05 00:00:50 +03:00
IRowInputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
IRowInputStream.h fix empty defaults mask issue and add some comments 2018-07-11 17:11:47 +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 Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
JSONCompactRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
JSONEachRowRowInputStream.cpp 3578: defaults for input streams (in progress) 2018-07-04 20:02:47 +03:00
JSONEachRowRowInputStream.h 3578: defaults for input streams (in progress) 2018-07-04 20:02:47 +03:00
JSONEachRowRowOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
JSONEachRowRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
JSONRowOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +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
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 Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
PrettyBlockOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
PrettyCompactBlockOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
PrettyCompactBlockOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
PrettySpaceBlockOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
PrettySpaceBlockOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
TabSeparatedRawRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
TabSeparatedRowInputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
TabSeparatedRowInputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +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 Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
TSKVRowInputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
TSKVRowOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
TSKVRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
ValuesRowInputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
ValuesRowInputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +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 Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
VerticalRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
XMLRowOutputStream.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
XMLRowOutputStream.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00