ClickHouse/dbms/include/DB/DataStreams
2013-11-25 12:32:43 +00:00
..
AddingDefaultBlockInputStream.h dbms: Moved addingDefault logic into the Block class [#METR-9001] 2013-10-28 16:09:42 +00:00
AddingDefaultBlockOutputStream.h dbms: fixed error [#METR-8975]. 2013-10-31 18:38:34 +00:00
AggregatingBlockInputStream.h dbms: merged convertToBlock and finalize aggregation steps whenever possible [#METR-2944]. 2013-11-03 23:35:18 +00:00
AsynchronousBlockInputStream.h dbms: better exception handling [#METR-2944]. 2013-11-02 23:42:10 +00:00
BinaryRowInputStream.h
BinaryRowOutputStream.h
BlockInputStreamFromRowInputStream.h
BlockIO.h dbms: added SHOW PROCESSLIST query and 'max_concurrent_queries' setting [#CONV-8665] [#CONV-8664]. 2013-09-03 20:21:28 +00:00
BlockOutputStreamFromRowOutputStream.h dbms: added calculation of min/max [#CONV-8691]. 2013-09-07 02:03:13 +00:00
CollapsingFinalBlockInputStream.h dbms: better comparison of floating point numbers with NaNs [#METR-9053]. 2013-11-01 20:10:43 +00:00
CollapsingSortedBlockInputStream.h Merge 2013-10-30 08:50:58 +00:00
ConcatBlockInputStream.h
copyData.h dbms: fixed error [#CONV-7549]. 2013-05-31 17:34:30 +00:00
DistinctBlockInputStream.h SipHash: more handy [#CONV-2944]. 2013-08-28 17:13:43 +00:00
EmptyBlockOutputStream.h
ExpressionBlockInputStream.h dbms: added expression calculation on totals [#CONV-8366]. 2013-09-08 08:27:06 +00:00
FilterBlockInputStream.h
ForkBlockInputStreams.h dbms: development of one-pass processing of multiple queries [#CONV-2944]. 2013-05-04 06:09:23 +00:00
FormatFactory.h works with client now [#CONV-7549] 2013-05-22 14:57:43 +00:00
glueBlockInputStreams.h dbms: development of one-pass processing of multiple queries [#CONV-2944]. 2013-05-04 06:09:23 +00:00
IBlockInputStream.h ClickHouse: fixed UnionBlockInputStream calling readSuffixImpl during a call to readImpl. Better invariant for IBlockInputStream::readSuffix(). [#METR-9007] 2013-11-25 10:46:25 +00:00
IBlockOutputStream.h dbms: added calculation of min/max [#CONV-8691]. 2013-09-07 02:03:13 +00:00
IProfilingBlockInputStream.h dbms: fixed limits on result data with distributed query processing [#METR-9180]. 2013-11-12 23:15:09 +00:00
IRowInputStream.h
IRowOutputStream.h dbms: added calculation of min/max [#CONV-8691]. 2013-09-07 02:03:13 +00:00
JSONCompactRowOutputStream.h dbms: added calculation of min/max [#CONV-8691]. 2013-09-07 02:03:13 +00:00
JSONRowOutputStream.h dbms: added calculation of min/max [#CONV-8691]. 2013-09-07 02:03:13 +00:00
LimitBlockInputStream.h
MaterializingBlockInputStream.h
MergeSortingBlockInputStream.h dbms: optimized ORDER BY with LIMIT; rows_before_limit_at_least is temporarily broken [#CONV-2944]. 2013-09-16 05:44:47 +00:00
MergingAggregatedBlockInputStream.h dbms: added totals as separate data in JSON formats [#CONV-8366]. 2013-09-01 04:55:41 +00:00
MergingSortedBlockInputStream.h Merge 2013-10-01 20:38:01 +00:00
narrowBlockInputStreams.h
NativeBlockInputStream.h
NativeBlockOutputStream.h
NullBlockInputStream.h
NullBlockOutputStream.h
OneBlockInputStream.h dbms: View and Materialized View implementation [#METR-9076] 2013-11-08 17:43:03 +00:00
ParallelAggregatingBlockInputStream.h dbms: merged convertToBlock and finalize aggregation steps whenever possible [#METR-2944]. 2013-11-03 23:35:18 +00:00
PartialSortingBlockInputStream.h dbms: optimized ORDER BY with LIMIT; rows_before_limit_at_least is temporarily broken [#CONV-2944]. 2013-09-16 05:44:47 +00:00
PrettyBlockOutputStream.h
PrettyCompactBlockOutputStream.h PrettyCompact and PrettyCompactMonoBlock use common code actively now [#CONV-6723] 2013-06-18 09:56:11 +00:00
PrettyCompactMonoBlockOutputStream.h PrettyCompact and PrettyCompactMonoBlock use common code actively now [#CONV-6723] 2013-06-18 09:56:11 +00:00
PrettySpaceBlockOutputStream.h
PushingToViewsBlockOutputStream.h dbms: Pushing to Views fixed workflow with constant columns [#METR-9076] 2013-11-20 16:02:45 +00:00
QueueBlockIOStream.h dbms: development of one-pass processing of multiple queries [#CONV-2944]. 2013-05-04 06:09:23 +00:00
RemoteBlockInputStream.h dbms: addition to prev. revision [#METR-9007]. 2013-11-20 01:48:23 +00:00
RemoteBlockOutputStream.h dbms: fixed error when receiving incorrect packet type [#CONV-2944]. 2013-08-04 00:42:35 +00:00
RowInputStreamFromBlockInputStream.h
SplittingAggregatingBlockInputStream.h dbms: SplittingAggregator: added support for max_rows_to_group_by [#METR-2944]. 2013-11-04 00:49:37 +00:00
SummingSortedBlockInputStream.h Merge 2013-10-01 18:09:31 +00:00
TabSeparatedBlockOutputStream.h
TabSeparatedRawRowOutputStream.h
TabSeparatedRowInputStream.h
TabSeparatedRowOutputStream.h
UnionBlockInputStream.h ClickHouse: fixed UnionBlockInputStream freezing interactive queries in some cases. [#METR-9007] 2013-11-25 12:32:43 +00:00
ValuesRowInputStream.h
ValuesRowOutputStream.h
VerticalRowOutputStream.h