ClickHouse/dbms/src/DataStreams
2015-12-24 22:57:27 +03:00
..
tests dbms: fixed build [#METR-17000]. 2015-12-01 20:08:33 +03:00
AggregatingBlockInputStream.cpp dbms: removed old code [#METR-17000]. 2015-12-09 05:55:35 +03:00
AggregatingSortedBlockInputStream.cpp dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +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 Moved files [#METR-17973]. 2015-10-05 04:35:28 +03:00
BlockIO.cpp dbms: added simple priorities system [#METR-16911]. 2015-06-21 09:06:04 +03: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: fixed excessive memory allocation when splitting single-level block in Aggregator [#METR-17000]. 2015-12-05 10:01:18 +03:00
CollapsingSortedBlockInputStream.cpp dbms: added support for different numeric types in function has [#METR-18382]. 2015-10-12 10:05:54 +03:00
copyData.cpp dbms: Server: fixed issue with query cancellation. [#METR-14410] 2015-03-20 19:20:47 +03:00
CreatingSetsBlockInputStream.cpp dbms: quorum inserts: development [#METR-16779]. 2015-09-10 23:43:42 +03:00
DistinctBlockInputStream.cpp dbms: fixed excessive memory allocation when splitting single-level block in Aggregator [#METR-17000]. 2015-12-05 10:01:18 +03:00
FilterBlockInputStream.cpp dbms: fixed excessive memory allocation when splitting single-level block in Aggregator [#METR-17000]. 2015-12-05 10:01:18 +03:00
FormatFactory.cpp dbms: ODBC: development [#METR-18538]. 2015-10-31 10:14:03 +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: fixed exception message [#METR-19516]. 2015-12-24 22:57:27 +03:00
IRowOutputStream.cpp dbms: development. 2010-03-04 19:20:28 +00:00
JSONCompactRowOutputStream.cpp dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +03:00
JSONRowOutputStream.cpp dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +03:00
LimitBlockInputStream.cpp dbms: fixed error with WITH TOTALS in subquery with distributed table with one shard and LIMIT [#METR-17561]. 2015-09-04 22:40:55 +03:00
MergeSortingBlockInputStream.cpp dbms: instrumenting external sort/aggregation [#METR-17000]. 2015-12-04 00:23:21 +03:00
MergingAggregatedBlockInputStream.cpp Merge 2015-04-16 17:27:56 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.cpp dbms: external aggregation: better scaling [#METR-17000]. 2015-12-13 18:07:01 +03:00
MergingSortedBlockInputStream.cpp dbms: fixed error [#METR-19025]. 2015-11-30 09:56:27 +03:00
narrowBlockInputStreams.cpp dbms: development [#CONV-2944]. 2012-08-21 18:34:55 +00:00
NativeBlockInputStream.cpp dbms: added StripeLog engine [#METR-17716]. 2015-08-16 11:18:34 +03:00
NativeBlockOutputStream.cpp dbms: fixed error with tuples of consts [#METR-18586]. 2015-10-29 00:21:18 +03:00
ODBCBlockOutputStream.cpp dbms: ODBC: more conscious [#METR-18538]. 2015-10-31 08:48:28 +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: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +03:00
PrettyCompactBlockOutputStream.cpp dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +03: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: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +03:00
RemoteBlockInputStream.cpp Merge 2015-11-06 20:44:01 +03:00
RowInputStreamFromBlockInputStream.cpp dbms: development [#CONV-2944]. 2013-05-03 02:25:50 +00:00
SummingSortedBlockInputStream.cpp dbms: fixed error in gcc-5 [#METR-18843]. 2015-11-16 07:00:46 +03:00
TabSeparatedBlockOutputStream.cpp dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +03: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: fixed excessive memory allocation when splitting single-level block in Aggregator [#METR-17000]. 2015-12-05 10:01:18 +03:00
TSKVRowOutputStream.cpp dbms: added format TSKV [#METR-2944]. 2015-07-18 07:27:38 +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: added VerticalRaw format [#METR-17986]. 2015-09-20 07:04:52 +03:00