ClickHouse/dbms/src/DataStreams
2020-03-05 20:42:30 +03:00
..
tests Merge branch 'master' into ast 2020-02-28 13:54:33 +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 Merge branch 'master' into default_on_aliases 2020-03-05 20:42:30 +03:00
AddingDefaultsBlockInputStream.h Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
AggregatingBlockInputStream.cpp refactoring: remove copy-paste 2019-10-01 21:51:33 +03:00
AggregatingBlockInputStream.h refactoring: remove copy-paste 2019-10-01 21:51:33 +03:00
AggregatingSortedBlockInputStream.cpp Fix result for SimpleAggregateFunction with LowCardinality for AggregatingSortedBlockInputStream. 2020-01-10 17:51:30 +03:00
AggregatingSortedBlockInputStream.h Fix result for SimpleAggregateFunction with LowCardinality for AggregatingSortedBlockInputStream. 2020-01-10 17:01:24 +03:00
AsynchronousBlockInputStream.cpp Wait for jobs to finish on exception (fixes rare segfaults) (#7350) 2019-10-17 17:41:27 +03:00
AsynchronousBlockInputStream.h polymorphic parts (development) cleanup 2019-12-18 18:54:45 +03:00
BlockIO.cpp fix BlockIO destruction order 2020-02-27 18:40:11 +03:00
BlockIO.h fix BlockIO destruction order 2020-02-27 18:40:11 +03:00
BlocksBlockInputStream.h build fix 2020-02-22 16:11:20 +08:00
BlocksListBlockInputStream.h Fix bug in merging algorithm 2019-03-19 16:10:24 +03:00
BlockStreamProfileInfo.cpp Update BlockStreamProfileInfo 2020-02-18 16:16:30 +03:00
BlockStreamProfileInfo.h Merged with master. 2019-06-25 20:00:54 +03:00
CheckConstraintsBlockOutputStream.cpp Some InterpreterSelectQuery refactoring (#9035) 2020-02-10 18:50:12 +03:00
CheckConstraintsBlockOutputStream.h Modifications after merging constraints support 2019-08-24 16:00:04 +03:00
CMakeLists.txt
CollapsingFinalBlockInputStream.cpp
CollapsingFinalBlockInputStream.h Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
CollapsingSortedBlockInputStream.cpp Optimization of priority queue 2019-12-22 03:19:07 +03:00
CollapsingSortedBlockInputStream.h Optimization of priority queue 2019-12-22 03:19:07 +03:00
ColumnGathererStream.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +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 comment. 2020-02-21 22:17:09 +03:00
ConvertingBlockInputStream.h Try to remove some code. 2020-01-23 18:53:58 +03:00
copyData.cpp Chenge number of threads for insert select. 2019-12-19 22:20:13 +03:00
copyData.h Fix possible segfault on exception. 2019-12-19 19:27:35 +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 Added some missing ErrorCodes 2020-02-25 21:02:41 +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 Include Field.h in less files. 2019-10-08 16:23:24 +03:00
ExecutionSpeedLimits.cpp Add time limit to SourceWithProgress. 2020-01-27 19:58:25 +03:00
ExecutionSpeedLimits.h Add time limit to SourceWithProgress. 2020-01-27 19:58:25 +03:00
ExpressionBlockInputStream.cpp version with processors 2020-01-20 17:17:55 +03:00
ExpressionBlockInputStream.h version with processors 2020-01-20 17:17:55 +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 Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
FilterBlockInputStream.h Fixes for 7216 2019-10-11 20:27:54 +03:00
FilterColumnsBlockInputStream.cpp
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 Review fixes 2019-12-07 01:22:12 +03:00
FinishSortingBlockInputStream.h Cleanups #4246 2019-02-10 18:17:45 +03:00
GraphiteRollupSortedBlockInputStream.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
GraphiteRollupSortedBlockInputStream.h Optimization of priority queue 2019-12-22 03:19:07 +03:00
IBlockInputStream.cpp Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
IBlockInputStream.h Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
IBlockOutputStream.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
IBlockStream_fwd.h parallel INSERT in INSERT SELECT query 2019-12-17 12:22:58 +08: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 Colorize logs that are send to client with "send_logs_level" setting 2020-02-21 23:01:38 +03:00
InternalTextLogsRowOutputStream.h Colorize logs that are send to client with "send_logs_level" setting 2020-02-21 23:01:38 +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 Include Field.h in less files. 2019-10-08 16:23:24 +03:00
LimitByBlockInputStream.cpp Include PODArray.h into fewer files. 2019-10-11 14:28:16 +03:00
LimitByBlockInputStream.h added offset for limit by 2019-04-29 16:12:39 +03:00
MarkInCompressedFile.h better marks reading 2020-02-03 19:02:54 +03:00
materializeBlock.cpp materializeBlockInplace function 2019-09-12 15:59:53 +03:00
materializeBlock.h materializeBlockInplace function 2019-09-12 15:59:53 +03:00
MaterializingBlockInputStream.cpp
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 Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
MergeSortingBlockInputStream.h Remove unused ErrorCodes 2020-02-25 17:35:37 +03: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 Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.h Removed unused code related to MemoryTracker 2019-04-06 01:35:56 +03:00
MergingSortedBlockInputStream.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
MergingSortedBlockInputStream.h Removed wrong code from MergingSortedBlockInputStream 2019-12-22 12:53:31 +03:00
narrowBlockInputStreams.cpp Processors support for StorageMerge reading. 2020-01-31 19:32:00 +03:00
narrowBlockInputStreams.h Processors support for StorageMerge reading. 2020-01-31 19:29:40 +03:00
NativeBlockInputStream.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
NativeBlockInputStream.h attempt to fix kafka parsing performance regression https://github.com/ClickHouse/ClickHouse/issues/7261 2019-11-27 00:46:19 +01: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 Change implementation of copyData for multiple streams. 2019-12-19 17:44:58 +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 Check number of rows in OneBlockInputStream. 2019-11-05 12:26:23 +03:00
OwningBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ParallelAggregatingBlockInputStream.cpp refactoring: remove copy-paste 2019-10-01 21:51:33 +03:00
ParallelAggregatingBlockInputStream.h refactoring: remove copy-paste 2019-10-01 21:51:33 +03:00
ParallelInputsProcessor.h Merge pull request #4930 from yandex/tsan-miscellaneous 2019-07-01 11:11:53 +03:00
ParallelParsingBlockInputStream.cpp disable parallel parsing for JSON in square brackets 2020-02-07 16:16:51 +03:00
ParallelParsingBlockInputStream.h disable parallel parsing for JSON in square brackets 2020-02-07 16:16:51 +03:00
PartialSortingBlockInputStream.cpp
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 Update PushingToViewsBlockOutputStream.cpp 2020-02-23 04:30:53 +03:00
PushingToViewsBlockOutputStream.h refactor table dependencies 2019-12-26 20:23:24 +03:00
RemoteBlockInputStream.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
RemoteBlockInputStream.h better scalar query 2019-10-23 21:37:54 +08:00
RemoteBlockOutputStream.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
RemoteBlockOutputStream.h add timeouts to remote streams 2019-06-02 12:43:20 +03:00
ReplacingSortedBlockInputStream.cpp Optimization of priority queue 2019-12-22 03:19:07 +03:00
ReplacingSortedBlockInputStream.h Optimization of priority queue 2019-12-22 03:19:07 +03:00
ReverseBlockInputStream.cpp Include PODArray.h into fewer files. 2019-10-11 14:28:16 +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 Merged with master. 2019-10-21 18:33:44 +03:00
SizeLimits.h Merged with master. 2019-10-21 18:33:44 +03:00
SquashingBlockInputStream.cpp do not affect other SquashingBlockInputStream instances 2019-10-01 16:01:08 +03:00
SquashingBlockInputStream.h do not affect other SquashingBlockInputStream instances 2019-10-01 16:01:08 +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 Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
SquashingTransform.h polymorphic parts (development) 2019-11-27 22:57:07 +03:00
SummingSortedBlockInputStream.cpp String keys in SummingMergeTree maps 2020-01-31 14:37:28 +00:00
SummingSortedBlockInputStream.h Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
TemporaryFileStream.h PartialMergeJoin flush data on disk (#7186) 2019-10-15 19:31:49 +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 Replace pointer with reference in SettingsCollection<T>::MemberInfos::findStrict(). 2019-11-17 03:51:51 +03:00
TTLBlockInputStream.cpp Merge with master 2020-02-25 11:53:14 +03:00
TTLBlockInputStream.h Merge remote-tracking branch 'upstream/master' into polymorphic-parts 2019-12-19 14:46:43 +03:00
UnionBlockInputStream.h test kafka limit 2019-10-28 17:41:24 +03:00
VersionedCollapsingSortedBlockInputStream.cpp Remove excessive empty lines 2020-03-03 05:43:59 +03:00
VersionedCollapsingSortedBlockInputStream.h Optimization of priority queue 2019-12-22 03:19:07 +03:00