ClickHouse/dbms/src/DataStreams
2015-10-29 00:21:18 +03:00
..
tests Merge 2015-10-12 17:53:16 +03:00
AggregatingBlockInputStream.cpp Merge 2015-04-16 17:27:56 +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: FINAL: tiny modifications [#METR-2944]. 2015-03-12 03:01:14 +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: don't use constant columns while evaluating DISTINCT [#METR-2944]. 2015-05-15 03:20:25 +03:00
FilterBlockInputStream.cpp dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +03:00
FormatFactory.cpp dbms: added VerticalRaw format [#METR-17986]. 2015-09-20 07:04:52 +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 error with tuples of consts [#METR-18586]. 2015-10-29 00:21:18 +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: 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
MergingAggregatedMemoryEfficientBlockInputStream.cpp dbms: fixed error [#METR-17536]. 2015-09-10 04:58:37 +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: 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
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
RowInputStreamFromBlockInputStream.cpp dbms: development [#CONV-2944]. 2013-05-03 02:25:50 +00:00
SummingSortedBlockInputStream.cpp dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +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: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +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