ClickHouse/dbms/src/DataStreams
2015-06-08 23:22:02 +03:00
..
tests dbms: addition to prev. revision [#METR-16545]. 2015-05-28 07:07:09 +03:00
AggregatingBlockInputStream.cpp Merge 2015-04-16 17:27:56 +03:00
AggregatingSortedBlockInputStream.cpp dbms: fixed error with merging [#METR-16247]. 2015-05-12 07:55:14 +03:00
BinaryRowInputStream.cpp dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944]. 2013-01-07 00:57:43 +00:00
BinaryRowOutputStream.cpp dbms: added 'RowBinary' format [#CONV-2944]. 2012-11-10 04:43:53 +00:00
BlockInputStreamFromRowInputStream.cpp dbms: better exception messages [#METR-8224]. 2013-10-26 03:20:51 +00:00
BlockOutputStreamFromRowOutputStream.cpp dbms: added calculation of min/max [#CONV-8691]. 2013-09-07 02:03:13 +00:00
BlockStreamProfileInfo.cpp dbms: removed useless code [#METR-16739]. 2015-06-08 23:19:28 +03:00
CollapsingFinalBlockInputStream.cpp dbms: FINAL: tiny modifications [#METR-2944]. 2015-03-12 03:01:14 +03:00
CollapsingSortedBlockInputStream.cpp dbms: fixed error with merging [#METR-16247]. 2015-05-12 07:55:14 +03:00
copyData.cpp dbms: Server: fixed issue with query cancellation. [#METR-14410] 2015-03-20 19:20:47 +03:00
CreatingSetsBlockInputStream.cpp dbms: implementation of WITH TOTALS inside JOINed subqueries [#METR-15417]. 2015-04-16 12:55:24 +03:00
DistinctBlockInputStream.cpp dbms: don't use constant columns while evaluating DISTINCT [#METR-2944]. 2015-05-15 03:20:25 +03:00
FilterBlockInputStream.cpp dbms: improved performance of filtering [#METR-2944]. 2014-08-17 06:17:23 +04:00
FormatFactory.cpp dbms: removed passing DataTypeFactory everywhere [#METR-16545]. 2015-05-28 06:49:28 +03:00
glueBlockInputStreams.cpp dbms: development of one-pass processing of multiple queries [#CONV-2944]. 2013-05-04 06:09:23 +00:00
IBlockInputStream.cpp dbms: removed useless code [#METR-16739]. 2015-06-08 23:22:02 +03:00
IProfilingBlockInputStream.cpp dbms: removed useless code [#METR-16739]. 2015-06-08 23:22:02 +03:00
IRowOutputStream.cpp dbms: development. 2010-03-04 19:20:28 +00:00
JSONCompactRowOutputStream.cpp dbms: improved performance of JSON output format for data without strings (2.5 times) [#METR-2944]. 2015-02-15 12:45:29 +03:00
JSONRowOutputStream.cpp dbms: improved performance of JSON output format for data without strings (2.5 times) [#METR-2944]. 2015-02-15 12:45:29 +03:00
LimitBlockInputStream.cpp works with HTTP [#CONV-7549] 2013-05-22 12:10:33 +00:00
MergeSortingBlockInputStream.cpp dbms: removed passing DataTypeFactory everywhere [#METR-16545]. 2015-05-28 06:49:28 +03:00
MergingAggregatedBlockInputStream.cpp Merge 2015-04-16 17:27:56 +03:00
MergingSortedBlockInputStream.cpp dbms: fixed error with merging [#METR-16247]. 2015-05-12 07:55:14 +03:00
narrowBlockInputStreams.cpp dbms: development [#CONV-2944]. 2012-08-21 18:34:55 +00:00
NativeBlockInputStream.cpp dbms: removed passing DataTypeFactory everywhere [#METR-16545]. 2015-05-28 06:49:28 +03:00
NativeBlockOutputStream.cpp dbms: added support for arrays in tuple in NativeBlock streams [#METR-15964]. 2015-04-16 13:48:35 +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 dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365]. 2014-03-02 23:16:45 +04:00
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 dbms: development [#CONV-2944]. 2013-05-03 02:25:50 +00:00
SummingSortedBlockInputStream.cpp dbms: fixed error with merging [#METR-16247]. 2015-05-12 07:55:14 +03:00
TabSeparatedBlockOutputStream.cpp dbms: added missing files [#CONV-2944]. 2011-08-15 21:50:08 +00:00
TabSeparatedRowInputStream.cpp dbms: added support for parsing 10-digits unix timestamp as DateTime (in addition to YYYY-MM-DD hh:mm:ss format) [#METR-15790]. 2015-04-01 00:09:19 +03:00
TabSeparatedRowOutputStream.cpp dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365]. 2014-03-02 23:16:45 +04:00
TotalsHavingBlockInputStream.cpp dbms: more scalable aggregator: development [#METR-2944]. 2015-01-03 06:18:49 +03:00
ValuesRowInputStream.cpp dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944]. 2013-01-07 00:57:43 +00:00
ValuesRowOutputStream.cpp DB/IO: improved writing strings [#CONV-2807]. 2013-05-15 22:58:57 +00:00
VerticalRowOutputStream.cpp dbms: function 'transform': added support for non-const argument with default value [#METR-15987]. 2015-06-03 06:29:28 +03:00