ClickHouse/dbms/include/DB/DataStreams
2013-02-08 23:41:05 +00:00
..
AddingDefaultBlockInputStream.h
AggregatingBlockInputStream.h
ArrayJoiningBlockInputStream.h
AsynchronousBlockInputStream.h
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
BlockInputStreamFromRowInputStream.h
BlockIO.h
BlockOutputStreamFromRowOutputStream.h
CollapsingSortedBlockInputStream.h dbms: improved performance (less copies of fields) [#CONV-2944]. 2013-01-07 06:47:15 +00:00
ConcatBlockInputStream.h
copyData.h
EmptyBlockOutputStream.h
ExpressionBlockInputStream.h
FilterBlockInputStream.h
FinalizingAggregatedBlockInputStream.h dbms: continue of improvement [#CONV-2944]. 2013-02-08 23:41:05 +00:00
FormatFactory.h
IBlockInputStream.h clickhouse: fixed segfault when a table is dropped while in use [#CONV-6561]. 2013-01-23 17:38:03 +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 clickhouse: fixed segfault when a table is dropped while in use [#CONV-6561]. 2013-01-23 17:38:03 +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
MaterializingBlockInputStream.h
MergeSortingBlockInputStream.h
MergingAggregatedBlockInputStream.h
MergingSortedBlockInputStream.h
narrowBlockInputStreams.h
NativeBlockInputStream.h
NativeBlockOutputStream.h
NullBlockInputStream.h
NullBlockOutputStream.h
OneBlockInputStream.h
ParallelAggregatingBlockInputStream.h dbms: improved query cancelling speed [#CONV-2944]. 2013-01-07 01:41:06 +00:00
PartialSortingBlockInputStream.h
PrettyBlockOutputStream.h
PrettyCompactBlockOutputStream.h
PrettySpaceBlockOutputStream.h
ProjectionBlockInputStream.h
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
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
TabSeparatedRawRowOutputStream.h
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
UnionBlockInputStream.h
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
VerticalRowOutputStream.h