.. |
AddingDefaultBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
AggregatingBlockInputStream.h
|
dbms: development of limits [#CONV-2944].
|
2012-12-25 19:28:59 +00:00 |
ArrayJoiningBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
AsynchronousBlockInputStream.h
|
dbms: fixed error with async. stream [#CONV-2944].
|
2012-10-29 02:55:14 +00:00 |
BinaryRowInputStream.h
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
BinaryRowOutputStream.h
|
dbms: added 'RowBinary' format [#CONV-2944].
|
2012-11-10 04:43:53 +00:00 |
BlockInputStreamFromRowInputStream.h
|
dbms: more diagnostics when reading from row-based formats [#CONV-2944].
|
2012-12-29 15:41:17 +00:00 |
BlockIO.h
|
dbms: development [#CONV-2944].
|
2012-03-19 12:57:56 +00:00 |
BlockOutputStreamFromRowOutputStream.h
|
dbms: development [#CONV-2944].
|
2012-05-08 11:38:00 +00:00 |
CollapsingSortedBlockInputStream.h
|
dbms: improved performance (less copies of fields) [#CONV-2944].
|
2013-01-07 06:47:15 +00:00 |
ConcatBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
copyData.h
|
dbms: development [#CONV-2944].
|
2011-11-06 06:22:52 +00:00 |
EmptyBlockOutputStream.h
|
dbms: development [#CONV-2944].
|
2012-03-11 08:52:56 +00:00 |
ExpressionBlockInputStream.h
|
dbms: fixed error [#CONV-2944].
|
2012-10-29 02:54:47 +00:00 |
FilterBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
FinalizingAggregatedBlockInputStream.h
|
dbms: continue of improvement [#CONV-2944].
|
2013-02-08 23:41:05 +00:00 |
FormatFactory.h
|
dbms: development [#CONV-2944].
|
2012-08-02 17:33:31 +00:00 |
IBlockInputStream.h
|
dbms: sending progress while processing subqueries [#CONV-2944].
|
2013-02-16 14:55:14 +00:00 |
IBlockOutputStream.h
|
clickhouse: fixed segfault when a table is dropped while in use [#CONV-6561].
|
2013-01-23 17:38:03 +00:00 |
IProfilingBlockInputStream.h
|
dbms: sending progress while processing subqueries [#CONV-2944].
|
2013-02-16 14:55:14 +00:00 |
IRowInputStream.h
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
IRowOutputStream.h
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
LimitBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
MaterializingBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
MergeSortingBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
MergingAggregatedBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
MergingSortedBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
narrowBlockInputStreams.h
|
dbms: development [#CONV-2944].
|
2012-06-25 03:59:41 +00:00 |
NativeBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
NativeBlockOutputStream.h
|
dbms: development [#CONV-2944].
|
2011-10-24 12:10:59 +00:00 |
NullBlockInputStream.h
|
dbms: better [#CONV-2944].
|
2012-10-18 23:38:16 +00:00 |
NullBlockOutputStream.h
|
dbms: better [#CONV-2944].
|
2012-10-18 23:38:16 +00:00 |
OneBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
ParallelAggregatingBlockInputStream.h
|
dbms: improved query cancelling speed [#CONV-2944].
|
2013-01-07 01:41:06 +00:00 |
PartialSortingBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
PrettyBlockOutputStream.h
|
dbms: raised up maximum number of rows for Pretty formats [#CONV-2944].
|
2013-02-16 13:53:33 +00:00 |
PrettyCompactBlockOutputStream.h
|
dbms: development [#CONV-2944].
|
2012-06-25 05:07:34 +00:00 |
PrettySpaceBlockOutputStream.h
|
dbms: development [#CONV-2944].
|
2012-06-25 05:07:34 +00:00 |
ProjectionBlockInputStream.h
|
dbms: development [#CONV-2944].
|
2012-10-20 02:10:47 +00:00 |
RemoteBlockInputStream.h
|
dbms: allowed to send custom settings with query; sending current settings to remote servers for distributed query processing [#CONV-2944].
|
2013-02-01 19:02:04 +00:00 |
RemoteBlockOutputStream.h
|
dbms: development [#CONV-2944].
|
2012-06-19 22:46:02 +00:00 |
RowInputStreamFromBlockInputStream.h
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
TabSeparatedBlockOutputStream.h
|
dbms: development [#CONV-2944].
|
2011-10-24 12:10:59 +00:00 |
TabSeparatedRawRowOutputStream.h
|
dbms: tiny fixes [#CONV-2944].
|
2012-11-10 04:43:04 +00:00 |
TabSeparatedRowInputStream.h
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
TabSeparatedRowOutputStream.h
|
dbms: tiny fixes [#CONV-2944].
|
2012-11-10 04:43:04 +00:00 |
UnionBlockInputStream.h
|
dbms: fixed error [#CONV-2944].
|
2012-12-06 17:32:48 +00:00 |
ValuesRowInputStream.h
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
ValuesRowOutputStream.h
|
dbms: tiny fixes [#CONV-2944].
|
2012-11-10 04:43:04 +00:00 |
VerticalRowOutputStream.h
|
dbms: tiny fixes [#CONV-2944].
|
2012-11-10 04:43:04 +00:00 |