ClickHouse/dbms/include/DB/DataStreams
2017-01-02 23:12:12 +03:00
..
AddingConstColumnBlockInputStream.h Avoid copying ColumnWithTypeAndName [#METR-22173]. 2016-08-05 02:35:07 +03:00
AddingDefaultBlockInputStream.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
AddingDefaultBlockOutputStream.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03: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 Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237]. 2016-10-24 07:06:27 +03:00
BinaryRowInputStream.h
BinaryRowOutputStream.h Moving code [#METR-2944]. 2016-08-13 04:57:35 +03:00
BlockExtraInfoInputStream.h
BlockInputStreamFromRowInputStream.h
BlockIO.h Refined query_log, processes and merges metrics. 2016-12-09 13:11:25 +03:00
BlockOutputStreamFromRowOutputStream.h Statistics in JSON formats: development [#METR-22400]. 2016-08-17 06:29:26 +03:00
BlocksListBlockInputStream.h
BlockStreamProfileInfo.h Make it compilable on OS X 2016-11-01 17:59:21 +01: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 Added vertical_merge_algorithm_min_columns_to_activate option. [#METR-23783] 2016-12-22 16:19:03 +03:00
ConcatBlockInputStream.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
copyData.h
CountingBlockOutputStream.h Added profile events for INSERTs. [#METR-23930] 2016-12-31 02:39:53 +03:00
CreatingSetsBlockInputStream.h Fixed error [#METR-21408]. 2016-05-31 04:04:34 +03:00
CSVRowInputStream.h
CSVRowOutputStream.h Moving code [#METR-2944]. 2016-08-13 04:57:35 +03:00
DistinctBlockInputStream.h translate comments 2016-12-23 13:01:35 +05:00
EmptyBlockOutputStream.h
ExpressionBlockInputStream.h
FilterBlockInputStream.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
ForkBlockInputStreams.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 15:22:22 +03:00
FormatFactory.h
glueBlockInputStreams.h
GraphiteRollupSortedBlockInputStream.h Minor fix: update <graphite_rollup/> conf example 2016-12-14 18:54:06 +03:00
IBlockInputStream.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 15:22:22 +03:00
IBlockOutputStream.h Statistics in JSON formats: development [#METR-22400]. 2016-08-17 06:29:26 +03:00
InputStreamFromASTInsertQuery.h Added requested changes. [#METR-19372] 2016-12-09 13:13:16 +03:00
IProfilingBlockInputStream.h Renamed method [#METR-22400]. 2016-08-13 05:21:17 +03:00
IRowInputStream.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 15:22:22 +03:00
IRowOutputStream.h Statistics in JSON formats: development [#METR-22400]. 2016-08-17 06:29:26 +03:00
JSONCompactRowOutputStream.h Fixed test build after change of JSON output formats API. 2016-10-10 12:04:56 +03:00
JSONEachRowRowInputStream.h Added docs for introduced changes. [#METR-22801] 2016-09-28 01:51:36 +03: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 Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
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 dbms: Various fixes + more comments [#METR-19266] 2016-08-10 22:12:29 +03:00
MaterializingBlockOutputStream.h Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
MergeSortingBlockInputStream.h Fixed error with external sorting when constants are present [#METR-21787]. 2016-07-25 23:57:05 +03:00
MergingAggregatedBlockInputStream.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.h MergingAggregatedMemoryEfficient: clarifications, probably fixed error with aggregation_memory_efficient_merge_threads > 1 [#METR-22237]. 2016-09-19 08:01:32 +03:00
MergingSortedBlockInputStream.h Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
narrowBlockInputStreams.h
NativeBlockInputStream.h
NativeBlockOutputStream.h Moving code [#METR-2944]. 2016-08-13 04:57:35 +03:00
NullableAdapterBlockInputStream.h NULLs support: fixed totally wrong code [#METR-19266]. 2016-12-30 08:13:14 +03:00
NullAndDoCopyBlockInputStream.h
NullBlockInputStream.h
NullBlockOutputStream.h
ODBCDriverBlockOutputStream.h Moving code [#METR-2944]. 2016-08-13 04:57:35 +03: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 Cut dependendy (code must depend on Functions only via FunctionFactory) [#METR-2944]. 2016-12-30 03:15:50 +03: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
PushingToViewsBlockOutputStream.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 15:22:22 +03:00
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 Added ClientInfo: passing original source of query during distributed query execution; improvement of per-user limits in ProcessList [#METR-23279]. 2016-10-25 00:40:39 +03:00
RemoveColumnsBlockInputStream.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
ReplacingSortedBlockInputStream.h
SquashingBlockInputStream.h Fixed error [#METR-21877]. 2016-07-07 04:57:48 +03:00
SquashingBlockOutputStream.h Fixed error [#METR-21877]. 2016-07-07 04:57:48 +03:00
SquashingTransform.h Fixed error [#METR-21877]. 2016-07-07 04:57:48 +03:00
SummingSortedBlockInputStream.h
TabSeparatedBlockOutputStream.h Moving code [#METR-2944]. 2016-08-13 04:57:35 +03:00
TabSeparatedRawRowOutputStream.h
TabSeparatedRowInputStream.h
TabSeparatedRowOutputStream.h Moving code [#METR-2944]. 2016-08-13 04:57:35 +03:00
TotalsHavingBlockInputStream.h
TSKVRowInputStream.h
TSKVRowOutputStream.h
UnionBlockInputStream.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
ValuesRowInputStream.h Added setting 'input_format_values_interpret_expressions' [#METR-23720]. 2016-12-08 03:25:52 +03:00
ValuesRowOutputStream.h Moving code [#METR-2944]. 2016-08-13 04:57:35 +03:00
verbosePrintString.h Text formats: detecting and skipping UTF-8 BOM when possible [#METR-21817]. 2016-06-23 22:39:20 +03:00
VerticalRowOutputStream.h Cut dependendy (code must depend on Functions only via FunctionFactory) [#METR-2944]. 2016-12-30 03:15:50 +03:00
XMLRowOutputStream.h Make tests deterministic [#METR-22400]. 2016-08-17 23:03:22 +03:00