ClickHouse/dbms/include/DB/DataStreams
2014-03-20 14:59:45 +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 ClickHouse: changed readSuffix calling requirements to match what RemoteBlockInputStream expects; changed some streams to meet that requirements. It fixed segfault with DISTINCT with LIMIT from Distributed table. [#METR-9598] 2013-12-27 13:22:32 +00:00
BinaryRowInputStream.h
BinaryRowOutputStream.h
BlockInputStreamFromRowInputStream.h
BlockIO.h
BlockOutputStreamFromRowOutputStream.h
CollapsingFinalBlockInputStream.h Merge 2014-03-14 21:03:52 +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: sending only set/changed settings [#METR-10087]. 2014-02-17 23:56:45 +00:00
EmptyBlockOutputStream.h
ExpressionBlockInputStream.h
FilterBlockInputStream.h
ForkBlockInputStreams.h
FormatFactory.h
glueBlockInputStreams.h
IBlockInputStream.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
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 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
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-03-14 21:03:52 +04:00
narrowBlockInputStreams.h
NativeBlockInputStream.h
NativeBlockOutputStream.h
NullBlockInputStream.h
NullBlockOutputStream.h
OneBlockInputStream.h
ParallelAggregatingBlockInputStream.h clickhouse: totals mode: development. [#METR-9365] 2014-02-27 16:53:38 +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 Using IStorage locks properly in most places. Got rid of StoragePtr and DatabaseDropper. Drops are now synchronous. [#METR-10202] 2014-03-20 14:59:45 +04:00
QueueBlockIOStream.h
RemoteBlockInputStream.h dbms: improvement [#METR-2944]. 2014-02-16 21:02:20 +00: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-03-14 21:03:52 +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 clickhouse: fixed null pointer when using WITH TOTALS without HAVING. [#METR-9365] 2014-03-07 15:19:37 +04:00
UnionBlockInputStream.h ClickHouse: changed readSuffix calling requirements to match what RemoteBlockInputStream expects; changed some streams to meet that requirements. It fixed segfault with DISTINCT with LIMIT from Distributed table. [#METR-9598] 2013-12-27 13:22:32 +00:00
ValuesRowInputStream.h
ValuesRowOutputStream.h
VerticalRowOutputStream.h