ClickHouse/dbms/include/DB/DataStreams
Michael Kolupaev c6194d47f4 Merge
2014-05-07 15:44:14 +04:00
..
AddingConstColumnBlockInputStream.h storages: few more comments on virtual columns, couple of code style changes [METR-9172] 2014-01-27 13:52:01 +00:00
AddingDefaultBlockInputStream.h
AddingDefaultBlockOutputStream.h
AggregatingBlockInputStream.h clickhouse: totals mode: development. [#METR-9365] 2014-02-27 16:53:38 +04:00
AsynchronousBlockInputStream.h dbms: tracking amount of memory usage per query [#METR-11015]. 2014-05-04 02:57:43 +04:00
BinaryRowInputStream.h
BinaryRowOutputStream.h
BlockInputStreamFromRowInputStream.h dbms: lowered default block size; introduced default insert block size [#METR-11014].. 2014-04-30 00:22:57 +04:00
BlockIO.h
BlockOutputStreamFromRowOutputStream.h
CollapsingFinalBlockInputStream.h Improvement [#METR-2807]. 2014-04-08 11:31:51 +04:00
CollapsingSortedBlockInputStream.h Merge 2014-03-14 21:03:52 +04:00
ConcatBlockInputStream.h
copyData.h
CreatingSetsBlockInputStream.h clickhouse: subqueries in IN update progress and can be cancelled (and added missing files). [#METR-10102] 2014-03-04 21:56:24 +04:00
DistinctBlockInputStream.h dbms: unified hash tables: development [#METR-2944]. 2014-04-28 05:48:24 +04:00
EmptyBlockOutputStream.h
ExpressionBlockInputStream.h
FilterBlockInputStream.h
ForkBlockInputStreams.h
FormatFactory.h
glueBlockInputStreams.h
IBlockInputStream.h Improvement [#METR-2807]. 2014-04-08 11:31:51 +04:00
IBlockOutputStream.h Added locks to IStorage. Some race conditions are fixed, some are introduced, along with some possible deadlocks. [#METR-10202] 2014-03-19 14:45:13 +04:00
IProfilingBlockInputStream.h Improvement [#METR-2807]. 2014-04-08 11:31:51 +04:00
IRowInputStream.h
IRowOutputStream.h
JSONCompactRowOutputStream.h
JSONRowOutputStream.h
LimitBlockInputStream.h
MaterializingBlockInputStream.h
MergeSortingBlockInputStream.h
MergingAggregatedBlockInputStream.h clickhouse: totals mode: development. [#METR-9365] 2014-02-27 16:53:38 +04:00
MergingSortedBlockInputStream.h Merge 2014-04-11 20:56:49 +04:00
narrowBlockInputStreams.h
NativeBlockInputStream.h
NativeBlockOutputStream.h
NullBlockInputStream.h
NullBlockOutputStream.h
OneBlockInputStream.h
ParallelAggregatingBlockInputStream.h dbms: tracking amount of memory usage per query [#METR-11015]. 2014-05-04 02:57:43 +04:00
PartialSortingBlockInputStream.h
PrettyBlockOutputStream.h dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365]. 2014-03-02 23:16:45 +04:00
PrettyCompactBlockOutputStream.h
PrettyCompactMonoBlockOutputStream.h
PrettySpaceBlockOutputStream.h
PushingToViewsBlockOutputStream.h PushingToViewsBlockOutputStream: not calling storage->write() on each block, not copying a block. [#METR-10763] 2014-04-14 14:19:38 +04:00
QueueBlockIOStream.h
RemoteBlockInputStream.h dbms: addition to prev. revision [#METR-10500]. 2014-04-07 04:09:19 +04:00
RemoteBlockOutputStream.h
RemoveColumnsBlockInputStream.h Fixed comments in RemoveColumnsBlockInputStream. [#METR-9750] 2014-03-03 12:29:01 +04:00
RowInputStreamFromBlockInputStream.h
SplittingAggregatingBlockInputStream.h dbms: sending only set/changed settings [#METR-10087]. 2014-02-17 23:56:45 +00:00
SummingSortedBlockInputStream.h Merge 2014-05-07 15:44:14 +04:00
TabSeparatedBlockOutputStream.h
TabSeparatedRawRowOutputStream.h
TabSeparatedRowInputStream.h
TabSeparatedRowOutputStream.h dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365]. 2014-03-02 23:16:45 +04:00
TotalsHavingBlockInputStream.h dbms: fixed WITH TOTALS and LIMIT/DISTINCT [#METR-10705]. 2014-04-21 20:09:04 +04:00
UnionBlockInputStream.h dbms: tracking amount of memory usage per query [#METR-11015]. 2014-05-04 02:57:43 +04:00
ValuesRowInputStream.h
ValuesRowOutputStream.h
VerticalRowOutputStream.h