ClickHouse/dbms/src/DataStreams
2017-03-16 13:42:00 +03:00
..
tests move ClickHouseRevision to dbms 2017-03-16 13:51:41 +04:00
AddingDefaultBlockOutputStream.cpp Fix isolated usage of all .h files, move some code to .cpp (#578) 2017-03-11 04:27:59 +04:00
AggregatingBlockInputStream.cpp move ClickHouseRevision to dbms 2017-03-16 13:51:41 +04:00
AggregatingSortedBlockInputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
BinaryRowInputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
BinaryRowOutputStream.cpp Moving code [#METR-2944]. 2016-08-13 04:57:35 +03:00
BlockInputStreamFromRowInputStream.cpp Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
BlockIO.cpp dbms: added simple priorities system [#METR-16911]. 2015-06-21 09:06:04 +03:00
BlockOutputStreamFromRowOutputStream.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
BlockStreamProfileInfo.cpp Fix overestimation of AggregateFunction columns size during remote aggregation. [#CLICKHOUSE-2745] 2017-01-31 23:28:37 +04:00
CMakeLists.txt cmake: More options. [#METR-23701] 2016-12-05 15:43:14 +03:00
CollapsingFinalBlockInputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
CollapsingSortedBlockInputStream.cpp Squashed commit of the following: 2017-01-06 20:41:19 +03:00
ColumnGathererStream.cpp Fix Vertical merge in case of OPTIMIZE FINAL with single part. [#CLICKHOUSE-2886] 2017-03-16 13:42:00 +03:00
copyData.cpp Renamed method [#METR-22400]. 2016-08-13 05:21:17 +03:00
CountingBlockOutputStream.cpp Renamed methods Block::rows and Block::rowsInFirstColumn [#METR-2944]. 2017-01-02 23:45:27 +03:00
CreatingSetsBlockInputStream.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
CSVRowInputStream.cpp Refactoring of numeric DataTypes (#581) 2017-03-12 14:13:45 +04:00
CSVRowOutputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
DistinctBlockInputStream.cpp fix distinct on single string field [#CLICKHOUSE-28] 2017-01-12 20:34:41 +05:00
ExpressionBlockInputStream.cpp dbms: less dependencies [#METR-2944]. 2016-01-13 03:32:59 +03:00
FilterBlockInputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
FormatFactory.cpp Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
glueBlockInputStreams.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
GraphiteRollupSortedBlockInputStream.cpp Fixed error with GraphiteMergeTree [#CLICKHOUSE-2804]. 2017-02-09 09:45:29 +03:00
IBlockInputStream.cpp Renamed method [#METR-22400]. 2016-08-13 05:21:17 +03:00
InputStreamFromASTInsertQuery.cpp Less const_casts [#METR-2944]. 2017-01-03 04:42:17 +03:00
IProfilingBlockInputStream.cpp Avoid extra current limits checks in non-root streams. [#CLICKHOUSE-2745] 2017-01-31 23:28:37 +04:00
IRowInputStream.cpp Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
IRowOutputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
JSONCompactRowOutputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
JSONEachRowRowInputStream.cpp Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
JSONEachRowRowOutputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
JSONRowOutputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
LimitBlockInputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
LimitByBlockInputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
MaterializingBlockInputStream.cpp Refactoring of numeric DataTypes (#581) 2017-03-12 14:13:45 +04:00
MaterializingBlockOutputStream.cpp Refactoring of numeric DataTypes (#581) 2017-03-12 14:13:45 +04:00
MergeSortingBlockInputStream.cpp Renamed methods Block::rows and Block::rowsInFirstColumn [#METR-2944]. 2017-01-02 23:45:27 +03:00
MergingAggregatedBlockInputStream.cpp Merge 2015-04-16 17:27:56 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.cpp Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237]. 2016-10-24 07:06:27 +03:00
MergingSortedBlockInputStream.cpp Renamed methods Block::rows and Block::rowsInFirstColumn [#METR-2944]. 2017-01-02 23:45:27 +03:00
narrowBlockInputStreams.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 15:22:22 +03:00
NativeBlockInputStream.cpp Refactoring of numeric DataTypes (#581) 2017-03-12 14:13:45 +04:00
NativeBlockOutputStream.cpp Refactoring of numeric DataTypes (#581) 2017-03-12 14:13:45 +04:00
NullableAdapterBlockInputStream.cpp Formatting [#CLICKHOUSE-2]. 2017-03-13 21:01:46 +03:00
NullBlockInputStream.cpp Fix isolated usage of all .h files, move some code to .cpp (#578) 2017-03-11 04:27:59 +04:00
ODBCDriverBlockOutputStream.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
ParallelAggregatingBlockInputStream.cpp move ClickHouseRevision to dbms 2017-03-16 13:51:41 +04:00
PartialSortingBlockInputStream.cpp dbms: lowered memory usage for huge ORDER BY with LIMIT [#METR-2944]. 2014-12-15 10:35:40 +03:00
PrettyBlockOutputStream.cpp Refactoring of numeric DataTypes (#581) 2017-03-12 14:13:45 +04:00
PrettyCompactBlockOutputStream.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
PrettyCompactMonoBlockOutputStream.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
PrettySpaceBlockOutputStream.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
ProhibitColumnsBlockOutputStream.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
RemoteBlockInputStream.cpp Fix overestimation of AggregateFunction columns size during remote aggregation. [#CLICKHOUSE-2745] 2017-01-31 23:28:37 +04:00
RemoteBlockOutputStream.cpp Moved code out of header [#CLICKHOUSE-2]. 2017-01-31 21:39:01 +03:00
ReplacingSortedBlockInputStream.cpp GraphiteMergeTree: fixed handling of 'version' column [#CLICKHOUSE-2804]. 2017-02-08 00:20:28 +03:00
SquashingBlockInputStream.cpp Fixed error [#METR-21877]. 2016-07-07 04:57:48 +03:00
SquashingBlockOutputStream.cpp Fixed error [#METR-21877]. 2016-07-07 04:57:48 +03:00
SquashingTransform.cpp Renamed methods Block::rows and Block::rowsInFirstColumn [#METR-2944]. 2017-01-02 23:45:27 +03:00
SummingSortedBlockInputStream.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
TabSeparatedBlockOutputStream.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
TabSeparatedRowInputStream.cpp Refactoring of numeric DataTypes (#581) 2017-03-12 14:13:45 +04:00
TabSeparatedRowOutputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
TotalsHavingBlockInputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
TSKVRowInputStream.cpp Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
TSKVRowOutputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
ValuesRowInputStream.cpp Add support of AggregateFunction constants in VALUES and Set. [#CLICKHOUSE-2845] 2017-02-18 00:36:31 +04:00
ValuesRowOutputStream.cpp Moving code [#METR-2944]. 2016-08-13 04:57:35 +03:00
verbosePrintString.cpp Text formats: detecting and skipping UTF-8 BOM when possible [#METR-21817]. 2016-06-23 22:39:20 +03:00
VerticalRowOutputStream.cpp Refactoring of numeric DataTypes (#581) 2017-03-12 14:13:45 +04:00
XMLRowOutputStream.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00