ClickHouse/dbms/include/DB/DataStreams
2017-02-09 02:49:47 +03:00
..
AddingConstColumnBlockInputStream.h
AddingDefaultBlockInputStream.h Fix some includes and missing definitions (#446) 2017-02-03 02:08:19 +04:00
AddingDefaultBlockOutputStream.h Fix some includes and missing definitions (#446) 2017-02-03 02:08:19 +04:00
AggregatingBlockInputStream.h Do not include ClickHouseRevision.h in header files [#METR-2944]. 2016-12-12 08:14:46 +03:00
AggregatingSortedBlockInputStream.h
AsynchronousBlockInputStream.h Fix overestimation of AggregateFunction columns size during remote aggregation. [#CLICKHOUSE-2745] 2017-01-31 23:28:37 +04:00
BinaryRowInputStream.h
BinaryRowOutputStream.h
BlockExtraInfoInputStream.h
BlockInputStreamFromRowInputStream.h Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
BlockIO.h Query KILL QUERY. [#CLICKHOUSE-2120] 2017-01-27 03:59:39 +04:00
BlockOutputStreamFromRowOutputStream.h
BlocksListBlockInputStream.h
BlockStreamProfileInfo.h Fix overestimation of AggregateFunction columns size during remote aggregation. [#CLICKHOUSE-2745] 2017-01-31 23:28:37 +04:00
CollapsingFinalBlockInputStream.h Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
CollapsingSortedBlockInputStream.h Vertical merging algorithm for MergeTree engines. [#METR-23305] 2016-11-29 22:41:31 +03:00
ColumnGathererStream.h Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
ConcatBlockInputStream.h
copyData.h
CountingBlockOutputStream.h Added profile events for INSERTs. [#METR-23930] 2016-12-31 02:39:53 +03:00
CreatingSetsBlockInputStream.h Include fixes (#454) 2017-02-07 19:38:57 +04:00
CSVRowInputStream.h Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
CSVRowOutputStream.h
DistinctBlockInputStream.h fix distinct on single string field [#CLICKHOUSE-28] 2017-01-12 20:34:41 +05:00
EmptyBlockOutputStream.h More include fixes (#462) 2017-02-08 01:26:32 +04:00
ExpressionBlockInputStream.h
FilterBlockInputStream.h
ForkBlockInputStreams.h
FormatFactory.h
glueBlockInputStreams.h
GraphiteRollupSortedBlockInputStream.h GraphiteMergeTree: fixed handling of 'version' column [#CLICKHOUSE-2804]. 2017-02-08 00:20:28 +03:00
IBlockInputStream.h Fixed and refactored storage Merge. [#CLICKHOUSE-2758] 2017-02-07 23:43:31 +04:00
IBlockOutputStream.h Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
InputStreamFromASTInsertQuery.h Added requested changes. [#METR-19372] 2016-12-09 13:13:16 +03:00
IProfilingBlockInputStream.h Avoid extra current limits checks in non-root streams. [#CLICKHOUSE-2745] 2017-01-31 23:28:37 +04:00
IRowInputStream.h Add missing include 2017-02-02 19:30:27 +03:00
IRowOutputStream.h
JSONCompactRowOutputStream.h Fixed test build after change of JSON output formats API. 2016-10-10 12:04:56 +03:00
JSONEachRowRowInputStream.h Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
JSONEachRowRowOutputStream.h Fixed test build after change of JSON output formats API. 2016-10-10 12:04:56 +03:00
JSONRowOutputStream.h Fixed test build after change of JSON output formats API. 2016-10-10 12:04:56 +03:00
LazyBlockInputStream.h
LimitBlockInputStream.h
LimitByBlockInputStream.h add comments; count exact number of inserted rows [#METR-23881] 2016-12-30 18:40:12 +05:00
MarkInCompressedFile.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
MaterializingBlockInputStream.h
MaterializingBlockOutputStream.h Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
MergeSortingBlockInputStream.h
MergingAggregatedBlockInputStream.h
MergingAggregatedMemoryEfficientBlockInputStream.h
MergingSortedBlockInputStream.h Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
narrowBlockInputStreams.h
NativeBlockInputStream.h
NativeBlockOutputStream.h Include fixes (#454) 2017-02-07 19:38:57 +04:00
NullableAdapterBlockInputStream.h NULLs support: fixed totally wrong code [#METR-19266]. 2016-12-30 08:13:14 +03:00
NullAndDoCopyBlockInputStream.h Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
NullBlockInputStream.h
NullBlockOutputStream.h
ODBCDriverBlockOutputStream.h Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
OneBlockInputStream.h
ParallelAggregatingBlockInputStream.h Do not include ClickHouseRevision.h in header files [#METR-2944]. 2016-12-12 08:14:46 +03:00
ParallelInputsProcessor.h Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237]. 2016-10-24 07:06:27 +03:00
PartialSortingBlockInputStream.h
PrettyBlockOutputStream.h Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
PrettyCompactBlockOutputStream.h Cut dependendy (code must depend on Functions only via FunctionFactory) [#METR-2944]. 2016-12-30 03:15:50 +03:00
PrettyCompactMonoBlockOutputStream.h Cut dependendy (code must depend on Functions only via FunctionFactory) [#METR-2944]. 2016-12-30 03:15:50 +03:00
PrettySpaceBlockOutputStream.h Cut dependendy (code must depend on Functions only via FunctionFactory) [#METR-2944]. 2016-12-30 03:15:50 +03:00
ProhibitColumnsBlockOutputStream.h Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
PushingToViewsBlockOutputStream.h
QueueBlockIOStream.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
RemoteBlockInputStream.h Added abilty to automatically update clusters configuration. [#METR-22802] 2016-10-11 17:17:49 +03:00
RemoteBlockOutputStream.h Moved code out of header [#CLICKHOUSE-2]. 2017-01-31 21:39:01 +03:00
RemoveColumnsBlockInputStream.h
ReplacingSortedBlockInputStream.h GraphiteMergeTree: fixed handling of 'version' column [#CLICKHOUSE-2804]. 2017-02-08 00:20:28 +03:00
SquashingBlockInputStream.h
SquashingBlockOutputStream.h
SquashingTransform.h
SummingSortedBlockInputStream.h Squashed commit of the following: 2017-01-14 12:00:19 +03:00
TabSeparatedBlockOutputStream.h
TabSeparatedRawRowOutputStream.h
TabSeparatedRowInputStream.h Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
TabSeparatedRowOutputStream.h
TotalsHavingBlockInputStream.h
TSKVRowInputStream.h Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
TSKVRowOutputStream.h
UnionBlockInputStream.h
ValuesRowInputStream.h Added setting 'input_format_values_interpret_expressions' [#METR-23720]. 2016-12-08 03:25:52 +03:00
ValuesRowOutputStream.h
verbosePrintString.h
VerticalRowOutputStream.h Cut dependendy (code must depend on Functions only via FunctionFactory) [#METR-2944]. 2016-12-30 03:15:50 +03:00
XMLRowOutputStream.h