ClickHouse/dbms/src/DataStreams
2015-01-13 03:36:26 +03:00
..
tests dbms: removed setting asynchronous (useless, obsolete) [#METR-2944]. 2015-01-13 03:36:26 +03:00
AggregatingBlockInputStream.cpp dbms: compiled aggregator: development [#METR-2944]. 2015-01-10 05:30:03 +03:00
AggregatingSortedBlockInputStream.cpp dbms: improved performance on short queries [#METR-11571]. 2014-06-26 04:58:14 +04:00
BinaryRowInputStream.cpp
BinaryRowOutputStream.cpp
BlockInputStreamFromRowInputStream.cpp
BlockOutputStreamFromRowOutputStream.cpp
CollapsingFinalBlockInputStream.cpp
CollapsingSortedBlockInputStream.cpp
copyData.cpp dbms: additions to prev. revision [#METR-2944]. 2015-01-07 21:07:00 +03:00
CreatingSetsBlockInputStream.cpp dbms: improved performance on small blocks [#METR-2944]. 2014-08-22 06:31:54 +04:00
FilterBlockInputStream.cpp dbms: improved performance of filtering [#METR-2944]. 2014-08-17 06:17:23 +04:00
FormatFactory.cpp
glueBlockInputStreams.cpp
IBlockInputStream.cpp dbms: slightly improved performance on small blocks; removed unused code [#METR-2944]. 2014-08-22 22:49:51 +04:00
IProfilingBlockInputStream.cpp dbms: prepared for fully-functional progress bar [#METR-2944]. 2014-10-25 22:33:52 +04:00
IRowOutputStream.cpp
JSONCompactRowOutputStream.cpp dbms: updated all usages of NamesAndTypesPair to new field names. [#METR-10202] 2014-07-09 15:54:26 +04:00
JSONRowOutputStream.cpp dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00
LimitBlockInputStream.cpp
MergeSortingBlockInputStream.cpp dbms: additions to prev. revision [#METR-2944]. 2015-01-07 21:07:00 +03:00
MergingAggregatedBlockInputStream.cpp dbms: compiled aggregator: development [#METR-2944]. 2015-01-10 05:30:03 +03:00
MergingSortedBlockInputStream.cpp dbms: fixed error when sorting result of ARRAY JOIN by empty arrays [#METR-13204]. 2014-10-14 22:39:38 +04:00
narrowBlockInputStreams.cpp
NativeBlockInputStream.cpp dbms: more scalable aggregator: development [#METR-2944]. 2015-01-03 06:18:49 +03:00
NativeBlockOutputStream.cpp dbms: more scalable aggregator: development [#METR-2944]. 2015-01-03 06:18:49 +03:00
PartialSortingBlockInputStream.cpp dbms: lowered memory usage for huge ORDER BY with LIMIT [#METR-2944]. 2014-12-15 10:35:40 +03:00
PrettyBlockOutputStream.cpp dbms: Client: don't leave progress indicator in the middle of data; colors almost compatible with white backgrounds [#METR-11125]. 2014-08-15 04:08:15 +04:00
PrettyCompactBlockOutputStream.cpp dbms: Client: don't leave progress indicator in the middle of data; colors almost compatible with white backgrounds [#METR-11125]. 2014-08-15 04:08:15 +04:00
PrettyCompactMonoBlockOutputStream.cpp
PrettySpaceBlockOutputStream.cpp dbms: Client: don't leave progress indicator in the middle of data; colors almost compatible with white backgrounds [#METR-11125]. 2014-08-15 04:08:15 +04:00
RowInputStreamFromBlockInputStream.cpp
SummingSortedBlockInputStream.cpp Merge 2014-11-22 05:22:30 +03:00
TabSeparatedBlockOutputStream.cpp
TabSeparatedRowInputStream.cpp
TabSeparatedRowOutputStream.cpp
TotalsHavingBlockInputStream.cpp dbms: more scalable aggregator: development [#METR-2944]. 2015-01-03 06:18:49 +03:00
ValuesRowInputStream.cpp
ValuesRowOutputStream.cpp
VerticalRowOutputStream.cpp