ClickHouse/dbms/src/DataStreams
2020-01-29 18:35:43 +03:00
..
tests Remove useless files 2020-01-26 18:25:58 +03:00
AddingConstColumnBlockInputStream.h
AddingDefaultBlockOutputStream.cpp
AddingDefaultBlockOutputStream.h
AddingDefaultsBlockInputStream.cpp fix defaults mismatch size 2020-01-09 22:24:29 +03:00
AddingDefaultsBlockInputStream.h
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 Wailt for AsynchronousBlockInputStream inner thread before getting totals to avoid possible race. 2019-11-06 15:26:51 +03:00
BlockIO.h Fix sending no data to client with Null format. 2020-01-21 20:48:08 +03:00
BlocksBlockInputStream.h
BlocksListBlockInputStream.h
BlockStreamProfileInfo.cpp
BlockStreamProfileInfo.h
CheckConstraintsBlockOutputStream.cpp Move backQuote() and quoteString() to a separate file, use StringRefs. 2019-10-11 00:18:52 +03:00
CheckConstraintsBlockOutputStream.h
CMakeLists.txt
CollapsingFinalBlockInputStream.cpp
CollapsingFinalBlockInputStream.h
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
ColumnGathererStream.h
ConcatBlockInputStream.h
ConvertColumnLowCardinalityToFullBlockInputStream.h
ConvertingBlockInputStream.cpp Try to remove some code. 2020-01-23 18:53:58 +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
CountingBlockOutputStream.h
CreatingSetsBlockInputStream.cpp Add flag to set that set is created. 2019-11-01 13:58:29 +03:00
CreatingSetsBlockInputStream.h
CubeBlockInputStream.cpp
CubeBlockInputStream.h
DistinctBlockInputStream.cpp
DistinctBlockInputStream.h
DistinctSortedBlockInputStream.cpp
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
FillingBlockInputStream.h
FilterBlockInputStream.cpp Fixes for 7216 2019-10-11 20:27:54 +03:00
FilterBlockInputStream.h Fixes for 7216 2019-10-11 20:27:54 +03:00
FilterColumnsBlockInputStream.cpp
FilterColumnsBlockInputStream.h
finalizeBlock.cpp
finalizeBlock.h
FinishSortingBlockInputStream.cpp Review fixes 2019-12-07 01:22:12 +03:00
FinishSortingBlockInputStream.h
GraphiteRollupSortedBlockInputStream.cpp Optimization of priority queue 2019-12-22 03:19:07 +03:00
GraphiteRollupSortedBlockInputStream.h Optimization of priority queue 2019-12-22 03:19:07 +03:00
IBlockInputStream.cpp Fix IBlockInputStream 2020-01-27 20:12:55 +03:00
IBlockInputStream.h Merge pull request #8016 from filimonov/kafka_fixes 2019-12-09 00:03:36 +03:00
IBlockOutputStream.h
IBlockStream_fwd.h parallel INSERT in INSERT SELECT query 2019-12-17 12:22:58 +08:00
InputStreamFromASTInsertQuery.cpp
InputStreamFromASTInsertQuery.h
InternalTextLogsRowOutputStream.cpp
InternalTextLogsRowOutputStream.h
LazyBlockInputStream.h
LimitBlockInputStream.cpp
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
MarkInCompressedFile.h
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
MaterializingBlockOutputStream.h
MergeSortingBlockInputStream.cpp Add ability to use multiple disks/volumes for temporary data 2020-01-23 20:31:01 +03:00
MergeSortingBlockInputStream.h Add ability to use multiple disks/volumes for temporary data 2020-01-23 20:31:01 +03:00
MergingAggregatedBlockInputStream.cpp
MergingAggregatedBlockInputStream.h
MergingAggregatedMemoryEfficientBlockInputStream.cpp Wait for jobs to finish on exception (fixes rare segfaults) (#7350) 2019-10-17 17:41:27 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.h
MergingSortedBlockInputStream.cpp Fix MergingSorted 2020-01-02 23:26:27 +03:00
MergingSortedBlockInputStream.h Removed wrong code from MergingSortedBlockInputStream 2019-12-22 12:53:31 +03:00
narrowBlockInputStreams.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
narrowBlockInputStreams.h
NativeBlockInputStream.cpp Fix Native format in Kafka 2019-12-03 22:12:47 +01: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
NativeBlockOutputStream.h
NullAndDoCopyBlockInputStream.h Change implementation of copyData for multiple streams. 2019-12-19 17:44:58 +03:00
NullBlockInputStream.h
NullBlockOutputStream.h
OneBlockInputStream.h Check number of rows in OneBlockInputStream. 2019-11-05 12:26:23 +03:00
OwningBlockInputStream.h
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
ParallelParsingBlockInputStream.cpp Remove context from formats (#8388) 2019-12-25 22:17:41 +03:00
ParallelParsingBlockInputStream.h Remove context from formats (#8388) 2019-12-25 22:17:41 +03:00
PartialSortingBlockInputStream.cpp
PartialSortingBlockInputStream.h
processConstants.cpp
processConstants.h
PushingToViewsBlockOutputStream.cpp fix 01019_materialized_view_select_extra_columns 2020-01-24 10:48:22 +03:00
PushingToViewsBlockOutputStream.h refactor table dependencies 2019-12-26 20:23:24 +03:00
RemoteBlockInputStream.cpp better INCLUDE_DEBUG_HELPERS 2019-11-16 00:34:43 +08:00
RemoteBlockInputStream.h better scalar query 2019-10-23 21:37:54 +08:00
RemoteBlockOutputStream.cpp better INCLUDE_DEBUG_HELPERS 2019-11-16 00:34:43 +08:00
RemoteBlockOutputStream.h
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
RollupBlockInputStream.cpp
RollupBlockInputStream.h
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
SquashingBlockOutputStream.h
SquashingTransform.cpp squash left-hand blocks in pmj (phase 2) 2019-09-26 21:51:17 +03:00
SquashingTransform.h squash left-hand blocks in pmj (phase 2) 2019-09-26 21:51:17 +03:00
SummingSortedBlockInputStream.cpp Optimization of priority queue 2019-12-22 03:19:07 +03:00
SummingSortedBlockInputStream.h Optimization of priority queue 2019-12-22 03:19:07 +03:00
TemporaryFileStream.h PartialMergeJoin flush data on disk (#7186) 2019-10-15 19:31:49 +03:00
TotalsHavingBlockInputStream.cpp
TotalsHavingBlockInputStream.h Replace pointer with reference in SettingsCollection<T>::MemberInfos::findStrict(). 2019-11-17 03:51:51 +03:00
TTLBlockInputStream.cpp fix alters if ttl is set 2020-01-23 16:04:06 +03:00
TTLBlockInputStream.h Attempt to add background moves by TTL expressions. 2019-12-11 13:24:20 +03:00
UnionBlockInputStream.h test kafka limit 2019-10-28 17:41:24 +03:00
VersionedCollapsingSortedBlockInputStream.cpp Optimization of priority queue 2019-12-22 03:19:07 +03:00
VersionedCollapsingSortedBlockInputStream.h Optimization of priority queue 2019-12-22 03:19:07 +03:00