ClickHouse/dbms/src/DataStreams
2019-10-04 20:49:57 +03:00
..
tests refactoring: extract SelectQueryExpressionAnalyzer from ExpressionAnalyzer 2019-08-14 22:30:30 +03:00
AddingConstColumnBlockInputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
AddingDefaultBlockOutputStream.cpp CLICKHOUSE-4127: Convert destination table's data when reading from 2018-11-27 03:43:58 +03:00
AddingDefaultBlockOutputStream.h Finally fixed 2018-09-20 18:35:52 +03:00
AddingDefaultsBlockInputStream.cpp move IColumn.isColumnConst() outside of interface 2019-06-27 22:28:52 +03:00
AddingDefaultsBlockInputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
AddingMissedBlockInputStream.cpp resolve class name conflict 2018-12-05 15:27:21 +03:00
AddingMissedBlockInputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
AggregatingBlockInputStream.cpp Show error to client if query was killed (#1989) 2018-03-06 00:09:39 +03:00
AggregatingBlockInputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
AggregatingSortedBlockInputStream.cpp Remove LowCardinality in AggregatingSortedBlockInputStream. 2019-08-02 13:54:40 +03:00
AggregatingSortedBlockInputStream.h Merge branch 'dmitriiut-WITH_TIES_and_WITH_FILL' of https://github.com/dmitriiut/ClickHouse into merging_with_ties_and_with_fill 2019-08-14 16:40:07 +03:00
AsynchronousBlockInputStream.cpp Fixed thread names 2019-02-11 00:15:14 +03:00
AsynchronousBlockInputStream.h wait for finish calculations at underlying streams while cancelling AsynchronousBlockInputStream 2019-08-13 21:28:18 +03:00
BlockIO.h Merged with master. 2019-06-25 20:00:54 +03:00
BlocksBlockInputStream.h Fix build/ 2019-08-12 13:59:45 +03:00
BlocksListBlockInputStream.h Fix bug in merging algorithm 2019-03-19 16:10:24 +03:00
BlockStreamProfileInfo.cpp Multiple fixes. 2019-04-05 13:52:07 +03:00
BlockStreamProfileInfo.h Merged with master. 2019-06-25 20:00:54 +03:00
CheckConstraintsBlockOutputStream.cpp Addition to prev. revision 2019-08-25 01:04:58 +03:00
CheckConstraintsBlockOutputStream.h Modifications after merging constraints support 2019-08-24 16:00:04 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
CollapsingFinalBlockInputStream.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
CollapsingFinalBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
CollapsingSortedBlockInputStream.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
CollapsingSortedBlockInputStream.h Merge branch 'master' into dmitriiut-WITH_TIES_and_WITH_FILL 2019-04-21 19:37:38 +03:00
ColumnGathererStream.cpp Fixed error 2019-03-28 19:48:14 +03:00
ColumnGathererStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
ConcatBlockInputStream.h Addition to prev. revision #4297 2019-02-08 18:21:06 +03:00
ConvertColumnLowCardinalityToFullBlockInputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
ConvertingBlockInputStream.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
ConvertingBlockInputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
copyData.cpp Do not flush output stream in copy data. Add special flushing callback to Watch query. 2019-09-11 14:38:05 +03:00
copyData.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
CountingBlockOutputStream.cpp Progress rename for total_rows and write_[rows|bytes] 2019-05-20 18:37:41 +07:00
CountingBlockOutputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
CreatingSetsBlockInputStream.cpp allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
CreatingSetsBlockInputStream.h minor fixes in includes 2019-08-14 17:06:16 +03:00
CubeBlockInputStream.cpp fix rollup and cube modifiers with two-level aggregation 2019-07-30 19:36:52 +03:00
CubeBlockInputStream.h fix rollup and cube modifiers with two-level aggregation 2019-07-30 19:36:52 +03:00
DistinctBlockInputStream.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DistinctBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DistinctSortedBlockInputStream.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DistinctSortedBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ExecutionSpeedLimits.cpp Added ExecutionSpeedLimits. 2019-10-04 20:49:57 +03:00
ExecutionSpeedLimits.h Added ExecutionSpeedLimits. 2019-10-04 20:49:57 +03:00
ExpressionBlockInputStream.cpp Commit offsets for SELECTing from Kafka table too 2019-06-20 15:34:25 +03:00
ExpressionBlockInputStream.h move caching to ctor 2019-05-16 20:16:25 +03:00
FillingBlockInputStream.cpp fix bug in FillingBlockInputStream 2019-09-04 01:01:09 +03:00
FillingBlockInputStream.h fix build 2019-09-03 13:07:31 +03:00
FilterBlockInputStream.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
FilterBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
FilterColumnsBlockInputStream.cpp Removed unused code [#CLICKHOUSE-2] 2018-02-18 06:46:18 +03:00
FilterColumnsBlockInputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
finalizeBlock.cpp whitespaces 2018-09-07 17:21:11 +03:00
finalizeBlock.h whitespaces 2018-09-07 17:21:11 +03:00
FinishSortingBlockInputStream.cpp more optimal ranges selection at reading in order 2019-08-02 19:16:18 +03:00
FinishSortingBlockInputStream.h Cleanups #4246 2019-02-10 18:17:45 +03:00
GraphiteRollupSortedBlockInputStream.cpp Merge branch 'dmitriiut-WITH_TIES_and_WITH_FILL' of https://github.com/dmitriiut/ClickHouse into merging_with_ties_and_with_fill 2019-08-14 16:40:07 +03:00
GraphiteRollupSortedBlockInputStream.h Merge branch 'dmitriiut-WITH_TIES_and_WITH_FILL' of https://github.com/dmitriiut/ClickHouse into merging_with_ties_and_with_fill 2019-08-14 16:40:07 +03:00
IBlockInputStream.cpp Added ExecutionSpeedLimits. 2019-10-04 20:49:57 +03:00
IBlockInputStream.h Added ExecutionSpeedLimits. 2019-10-04 20:49:57 +03:00
IBlockOutputStream.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
IBlockStream_fwd.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
InputStreamFromASTInsertQuery.cpp minor fixes of table function input 2019-09-05 16:17:01 +03:00
InputStreamFromASTInsertQuery.h Added some improvements after code review 2019-05-30 23:12:44 +03:00
InternalTextLogsRowOutputStream.cpp Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
InternalTextLogsRowOutputStream.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
LazyBlockInputStream.h Addition to prev. revision #4297 2019-02-08 20:17:16 +03:00
LimitBlockInputStream.cpp limit with ties for processors 2019-08-27 20:48:42 +03:00
LimitBlockInputStream.h fix limit with ties 2019-08-23 02:16:00 +03:00
LimitByBlockInputStream.cpp move IColumn.isColumnConst() outside of interface 2019-06-27 22:28:52 +03:00
LimitByBlockInputStream.h added offset for limit by 2019-04-29 16:12:39 +03:00
MarkInCompressedFile.h Update MarkInCompressedFile.h 2019-08-29 15:38:20 +03:00
materializeBlock.cpp Simplified logic with "IColumn::convertToFullColumnIfConst" (suggested by Amos Bird) [#CLICKHOUSE-2] 2018-12-21 19:00:07 +03:00
materializeBlock.h Removed copy-paste [#CLICKHOUSE-2]. 2017-11-01 06:09:06 +03:00
MaterializingBlockInputStream.cpp Removed unused code [#CLICKHOUSE-2] 2018-02-18 06:46:18 +03:00
MaterializingBlockInputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
MaterializingBlockOutputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MergeSortingBlockInputStream.cpp Merging #6678 2019-08-27 21:59:21 +03:00
MergeSortingBlockInputStream.h check free space when use external sort/aggerator 2019-08-27 08:23:07 +08:00
MergingAggregatedBlockInputStream.cpp Show error to client if query was killed (#1989) 2018-03-06 00:09:39 +03:00
MergingAggregatedBlockInputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.cpp Removed unused code related to MemoryTracker 2019-04-06 01:35:56 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.h Removed unused code related to MemoryTracker 2019-04-06 01:35:56 +03:00
MergingSortedBlockInputStream.cpp skip block with zero rows in MergingSortedBlockInputStream 2019-07-18 18:09:08 +03:00
MergingSortedBlockInputStream.h Resolved some of PVS-Studio warnings 2019-04-22 19:07:09 +03:00
narrowBlockInputStreams.cpp Added thread_local_rng 2019-07-28 18:30:38 +03:00
narrowBlockInputStreams.h translate comments 2017-05-14 19:03:55 +04:00
NativeBlockInputStream.cpp Removed convert_types_to_low_cardinality from NativeBlockInputStream. 2019-09-12 14:33:46 +03:00
NativeBlockInputStream.h Removed convert_types_to_low_cardinality from NativeBlockInputStream. 2019-09-12 14:33:46 +03:00
NativeBlockOutputStream.cpp Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
NativeBlockOutputStream.h Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
NullAndDoCopyBlockInputStream.h Do not return extremes and totals for insert select. 2019-08-08 17:46:30 +03:00
NullBlockInputStream.h Namespace comments are unneeded according to the code style. 2019-06-13 13:37:13 +03:00
NullBlockOutputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
OneBlockInputStream.h Add buffer callback to fill in virtual columns 2019-05-23 14:15:18 +03:00
OwningBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ParallelAggregatingBlockInputStream.cpp Removed useless parameter 2019-08-12 00:45:18 +03:00
ParallelAggregatingBlockInputStream.h Removed useless parameter 2019-08-12 00:45:18 +03:00
ParallelInputsProcessor.h Merge pull request #4930 from yandex/tsan-miscellaneous 2019-07-01 11:11:53 +03:00
PartialSortingBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PartialSortingBlockInputStream.h Cleanups #4246 2019-02-10 18:17:45 +03:00
processConstants.cpp Fix build. 2019-07-08 16:07:46 +03:00
processConstants.h fix style 2018-10-19 16:04:50 +03:00
PushingToViewsBlockOutputStream.cpp Fixed possible deadlock in distributed queries 2019-08-31 15:18:14 +03:00
PushingToViewsBlockOutputStream.h Make the code less bad 2019-08-23 02:22:57 +03:00
RemoteBlockInputStream.cpp Wrap const columns in RemoteBlockInputStream. 2019-08-14 18:14:37 +03:00
RemoteBlockInputStream.h Flush query log instead of waiting for it. 2019-07-09 17:22:42 +03:00
RemoteBlockOutputStream.cpp enable input_format_defaults_for_omitted_fields & disable (not working) defaults for table functions 2019-07-17 21:30:17 +03:00
RemoteBlockOutputStream.h add timeouts to remote streams 2019-06-02 12:43:20 +03:00
ReplacingSortedBlockInputStream.cpp Better stop condition 2019-03-28 14:12:59 +03:00
ReplacingSortedBlockInputStream.h Merge branch 'master' into dmitriiut-WITH_TIES_and_WITH_FILL 2019-04-21 19:37:38 +03:00
ReverseBlockInputStream.cpp Update ReverseBlockInputStream.cpp 2019-05-05 23:24:05 +03:00
ReverseBlockInputStream.h Update ReverseBlockInputStream.h 2019-05-05 23:25:49 +03:00
RollupBlockInputStream.cpp fix rollup and cube modifiers with two-level aggregation 2019-07-30 19:36:52 +03:00
RollupBlockInputStream.h fix rollup and cube modifiers with two-level aggregation 2019-07-30 19:36:52 +03:00
SizeLimits.cpp Added ExecutionSpeedLimits. 2019-10-04 20:49:57 +03:00
SizeLimits.h Added ExecutionSpeedLimits. 2019-10-04 20:49:57 +03:00
SquashingBlockInputStream.cpp Fixed error [#CLICKHOUSE-2] 2018-09-09 08:47:27 +03:00
SquashingBlockInputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
SquashingBlockOutputStream.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
SquashingBlockOutputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
SquashingTransform.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
SquashingTransform.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
SummingSortedBlockInputStream.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
SummingSortedBlockInputStream.h limit with ties 2019-04-19 16:38:25 +03:00
TotalsHavingBlockInputStream.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
TotalsHavingBlockInputStream.h Do not access shared arenas in aggregate function columns. 2019-07-18 14:21:37 +03:00
TTLBlockInputStream.cpp fix column ttl with user defaults 2019-09-03 13:27:02 +03:00
TTLBlockInputStream.h add query 'SYSTEM STOP TTL MERGES' 2019-08-01 18:36:12 +03:00
UnionBlockInputStream.h add timeouts to remote streams 2019-06-02 12:43:20 +03:00
VersionedCollapsingSortedBlockInputStream.cpp Merge remote-tracking branch 'upstream/master' into merging_with_ties_and_with_fill 2019-08-23 02:18:45 +03:00
VersionedCollapsingSortedBlockInputStream.h Merge branch 'master' into dmitriiut-WITH_TIES_and_WITH_FILL 2019-04-21 19:37:38 +03:00