ClickHouse/dbms/src/DataStreams
2016-08-05 05:28:34 +03:00
..
tests Better [#METR-22173]. 2016-08-05 05:28:34 +03:00
AggregatingBlockInputStream.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
AggregatingSortedBlockInputStream.cpp Allowed for certain aggregate functions to have case insensitive names for compatibility [#METR-22087]. 2016-07-14 08:22:09 +03:00
BinaryRowInputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
BinaryRowOutputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
BlockInputStreamFromRowInputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
BlockIO.cpp dbms: added simple priorities system [#METR-16911]. 2015-06-21 09:06:04 +03:00
BlockOutputStreamFromRowOutputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
BlockStreamProfileInfo.cpp dbms: done debugging [#METR-19767]. 2016-01-26 04:26:02 +03:00
CMakeLists.txt Removed sensitive data. 2016-02-08 00:58:58 +03:00
CollapsingFinalBlockInputStream.cpp dbms: fixed excessive memory allocation when splitting single-level block in Aggregator [#METR-17000]. 2015-12-05 10:01:18 +03:00
CollapsingSortedBlockInputStream.cpp Merge 2016-04-15 22:09:42 +03:00
copyData.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
CreatingSetsBlockInputStream.cpp Fixed error [#METR-21408]. 2016-05-31 04:04:34 +03:00
CSVRowInputStream.cpp Text formats: detecting and skipping UTF-8 BOM when possible [#METR-21817]. 2016-06-23 22:39:20 +03:00
CSVRowOutputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
DistinctBlockInputStream.cpp Better support for tuples, arrays in SELECT DISTINCT [#METR-22035]. 2016-07-10 18:58:58 +03:00
ExpressionBlockInputStream.cpp dbms: less dependencies [#METR-2944]. 2016-01-13 03:32:59 +03:00
FilterBlockInputStream.cpp Using std::shared_ptr for columns [#METR-21503]. 2016-05-28 08:31:36 +03:00
FormatFactory.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 15:22:22 +03:00
glueBlockInputStreams.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
GraphiteRollupSortedBlockInputStream.cpp Merge 2016-04-28 22:44:43 +03:00
IBlockInputStream.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
IProfilingBlockInputStream.cpp Better [#METR-2944]. 2016-07-31 06:53:16 +03:00
IRowOutputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
JSONCompactRowOutputStream.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
JSONEachRowRowInputStream.cpp Text formats: detecting and skipping UTF-8 BOM when possible [#METR-21817]. 2016-06-23 22:39:20 +03:00
JSONEachRowRowOutputStream.cpp Added format JSONEachRow [#METR-20081]. 2016-02-18 14:44:50 +03:00
JSONRowOutputStream.cpp Added format JSONEachRow [#METR-20081]. 2016-02-18 14:44:50 +03:00
LimitBlockInputStream.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
MergeSortingBlockInputStream.cpp Fixed error with external sorting when constants are present [#METR-21787]. 2016-07-25 23:57:05 +03:00
MergingAggregatedBlockInputStream.cpp Merge 2015-04-16 17:27:56 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.cpp Removed useless code (experimental) [#METR-2944]. 2016-08-02 04:46:05 +03:00
MergingSortedBlockInputStream.cpp Maybe better [#METR-22173]. 2016-08-04 07:51:41 +03:00
narrowBlockInputStreams.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 15:22:22 +03:00
NativeBlockInputStream.cpp Avoid copying ColumnWithTypeAndName [#METR-22173]. 2016-08-05 02:35:07 +03:00
NativeBlockOutputStream.cpp Fewer warnings from UBSan [#METR-2944]. 2016-07-31 08:56:36 +03:00
ODBCDriverBlockOutputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03: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 Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 10:48:40 +03:00
PrettyCompactBlockOutputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
PrettyCompactMonoBlockOutputStream.cpp dbms: less dependencies [#METR-2944]. 2016-01-13 03:32:59 +03:00
PrettySpaceBlockOutputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
RemoteBlockInputStream.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 15:22:22 +03:00
ReplacingSortedBlockInputStream.cpp Merge 2016-04-15 22:09:42 +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 Fixed error [#METR-21877]. 2016-07-07 04:57:48 +03:00
SummingSortedBlockInputStream.cpp Allowed for certain aggregate functions to have case insensitive names for compatibility [#METR-22087]. 2016-07-14 08:22:09 +03:00
TabSeparatedBlockOutputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
TabSeparatedRowInputStream.cpp Text formats: detecting and skipping UTF-8 BOM when possible [#METR-21817]. 2016-06-23 22:39:20 +03:00
TabSeparatedRowOutputStream.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
TotalsHavingBlockInputStream.cpp Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 19:19:27 +03:00
TSKVRowInputStream.cpp Text formats: detecting and skipping UTF-8 BOM when possible [#METR-21817]. 2016-06-23 22:39:20 +03:00
TSKVRowOutputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +03:00
ValuesRowInputStream.cpp Text formats: detecting and skipping UTF-8 BOM when possible [#METR-21817]. 2016-06-23 22:39:20 +03:00
ValuesRowOutputStream.cpp Squashed commit of the following: 2016-02-16 19:39:39 +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 Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
XMLRowOutputStream.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00