ClickHouse/src/DataStreams
2021-09-10 13:40:48 +03:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
tests Merge remote-tracking branch 'upstream/master' into HEAD 2021-08-02 02:56:00 +03:00
AddingDefaultBlockOutputStream.cpp Updated ExpressionActionSettings 2021-05-19 17:32:07 +03:00
AddingDefaultBlockOutputStream.h Fixes 2021-04-23 12:36:40 +00:00
AsynchronousBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AsynchronousBlockInputStream.h Fix half of typos 2020-08-08 03:47:03 +03:00
BlockIO.cpp Refactor Pipe [part 6] 2020-08-06 15:24:05 +03:00
BlockIO.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
BlockStreamProfileInfo.cpp Add PullingPipelineExecutor. 2020-05-15 00:03:38 +03:00
BlockStreamProfileInfo.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
CheckConstraintsBlockOutputStream.cpp Minor changes 2021-06-14 07:13:35 +03:00
CheckConstraintsBlockOutputStream.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
ColumnGathererStream.cpp fix corner cases in vertical merges with ReplacingMergeTree 2021-04-22 01:27:18 +03:00
ColumnGathererStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ConnectionCollector.cpp Use shared_ptr for connections 2021-07-21 19:56:32 +08:00
ConnectionCollector.h Use shared_ptr for connections 2021-07-21 19:56:32 +08:00
ConvertingBlockInputStream.cpp Block structure mismatch is a program error 2020-07-28 21:35:18 +03:00
ConvertingBlockInputStream.h Remove useless code 2020-04-15 00:05:45 +03:00
copyData.cpp Add copyData() with std::atomic and progress callback 2021-04-14 23:15:31 +03:00
copyData.h Add copyData() with std::atomic and progress callback 2021-04-14 23:15:31 +03:00
CountingBlockOutputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
CountingBlockOutputStream.h Merge branch 'async-insert' of git://github.com/abyss7/ClickHouse into merging-20557 2021-08-06 16:20:02 +03:00
DistinctSortedBlockInputStream.cpp Remove SortDescription from IBlockInputStream. 2020-07-21 11:05:52 +03:00
DistinctSortedBlockInputStream.h Remove SortDescription from IBlockInputStream. 2020-07-21 11:05:52 +03:00
ExecutionSpeedLimits.cpp Less clock_gettime calls 2021-08-06 17:38:55 +02:00
ExecutionSpeedLimits.h Less include <Common/Stopwatch.h> 2021-08-11 16:20:59 +02:00
ExpressionBlockInputStream.cpp Remove Join from ExpressionActions. 2020-09-08 13:40:53 +03:00
ExpressionBlockInputStream.h Remove Join from ExpressionActions. 2020-09-08 13:40:53 +03:00
finalizeBlock.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
finalizeBlock.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
formatBlock.cpp Updated TableFunctionExecutable 2021-08-25 22:30:22 +03:00
formatBlock.h Updated TableFunctionExecutable 2021-08-25 22:30:22 +03:00
IBlockInputStream.cpp Less clock_gettime calls 2021-08-06 17:38:55 +02:00
IBlockInputStream.h Merge branch 'async-insert' of git://github.com/abyss7/ClickHouse into merging-20557 2021-08-06 16:20:02 +03:00
IBlockOutputStream.h Fix test 2021-02-26 18:47:57 +03:00
IBlockStream_fwd.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InternalTextLogsRowOutputStream.cpp Merge pull request #10445 from azat/logger-source-coloring-client 2020-04-23 00:35:40 +03:00
InternalTextLogsRowOutputStream.h Remove useless files 2021-04-13 23:04:13 +03:00
ITTLAlgorithm.cpp minor changes near TTL computation 2021-01-12 19:42:49 +03:00
ITTLAlgorithm.h add comments and test for compatibility 2021-01-28 02:39:15 +03:00
MarkInCompressedFile.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
materializeBlock.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
materializeBlock.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MaterializingBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
MaterializingBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MaterializingBlockOutputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MongoDBSource.cpp Removed some data streams 2021-08-11 23:39:01 +03:00
MongoDBSource.h Removed some data streams 2021-08-11 23:39:01 +03:00
narrowBlockInputStreams.cpp Fix some problems introduced by refactoring. 2020-10-12 17:58:09 +08:00
narrowBlockInputStreams.h Remove some code 2021-07-17 21:06:46 +03:00
NativeBlockInputStream.cpp Add more checks for LC in native protocol. 2021-08-18 19:15:57 +03:00
NativeBlockInputStream.h implement nested with multiple nesting 2020-11-21 20:27:42 +03:00
NativeBlockOutputStream.cpp Fix a bunch of warnings from PVS-Studio 2021-05-08 19:13:10 +03:00
NativeBlockOutputStream.h Move method 2021-04-01 06:28:25 +03:00
NullAndDoCopyBlockInputStream.h Restore missing file 2021-06-28 23:04:14 +03:00
NullBlockOutputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
OneBlockInputStream.h Cleanups 2020-10-10 19:31:10 +03:00
OwningBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ParallelInputsProcessor.h Remove some code 2021-07-17 21:06:46 +03:00
PostgreSQLSource.cpp Removed some data streams 2021-08-11 23:39:01 +03:00
PostgreSQLSource.h Removed some data streams 2021-08-11 23:39:01 +03:00
PushingToSinkBlockOutputStream.h Rename some files. 2021-07-26 19:48:25 +03:00
PushingToViewsBlockOutputStream.cpp Use setSetting() with implicit conversion true/false -> Field. 2021-08-23 08:57:00 +03:00
PushingToViewsBlockOutputStream.h Refactor MV stage metric setup and teardown 2021-08-10 10:49:12 +02:00
RemoteBlockInputStream.cpp Merge pull request #25674 from amosbird/distributedreturnconnection 2021-07-22 11:04:49 +03:00
RemoteBlockInputStream.h Merge pull request #25674 from amosbird/distributedreturnconnection 2021-07-22 11:04:49 +03:00
RemoteBlockOutputStream.cpp compile 2020-11-18 20:44:33 +03:00
RemoteBlockOutputStream.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
RemoteQueryExecutor.cpp Drop unused headers 2021-09-01 02:47:52 +03:00
RemoteQueryExecutor.h Drop unused headers 2021-09-01 02:47:52 +03:00
RemoteQueryExecutorReadContext.cpp Fix data-race between setConnectionFD() and setTimer() from cancellation path 2021-08-25 09:42:30 +03:00
RemoteQueryExecutorReadContext.h Fix data-race between setConnectionFD() and setTimer() from cancellation path 2021-08-25 09:42:30 +03:00
ShellCommandSource.h ShellCommandSource fix logging 2021-09-10 01:28:22 +03:00
SizeLimits.cpp Preparation for structured logging 2020-05-31 00:35:52 +03:00
SizeLimits.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SQLiteSource.cpp Fixed SQLiteSource 2021-08-13 00:58:24 +03:00
SQLiteSource.h Fixed SQLiteSource 2021-08-13 00:58:24 +03:00
SquashingBlockInputStream.cpp less copying 2020-04-21 17:59:57 +03:00
SquashingBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SquashingBlockOutputStream.cpp less copying 2020-04-21 17:59:57 +03:00
SquashingBlockOutputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SquashingTransform.cpp Fix trailing whitespace 2020-10-26 22:12:40 +03:00
SquashingTransform.h Update SquashingTransform.h 2020-04-21 19:27:56 +03:00
StreamLocalLimits.h Review fixes. 2020-09-15 13:40:39 +03:00
TemporaryFileStream.h Remove more streams. 2021-07-22 19:05:52 +03:00
TTLAggregationAlgorithm.cpp Merge pull request #25743 from ClickHouse/fix_aggregation_ttl 2021-07-07 10:49:16 +03:00
TTLAggregationAlgorithm.h Improve implementation 2021-05-21 04:17:18 +03:00
TTLBlockInputStream.cpp materialize ttl recalculate only optional 2021-08-04 22:16:13 +08:00
TTLBlockInputStream.h refactoring of TTL stream 2020-12-25 18:46:13 +03:00
TTLCalcInputStream.cpp materialize ttl recalculate only optional 2021-08-04 22:16:13 +08:00
TTLCalcInputStream.h improvement of materilize ttl 2021-07-30 12:27:15 +08:00
TTLColumnAlgorithm.cpp materialize ttl recalculate only optional 2021-08-04 22:16:13 +08:00
TTLColumnAlgorithm.h materialize ttl recalculate only optional 2021-08-04 22:16:13 +08:00
TTLDeleteAlgorithm.cpp Review bug fixes 2021-07-06 15:05:58 +03:00
TTLDeleteAlgorithm.h add comments and test for compatibility 2021-01-28 02:39:15 +03:00
TTLUpdateInfoAlgorithm.cpp materialize ttl recalculate only optional 2021-08-04 22:16:13 +08:00
TTLUpdateInfoAlgorithm.h materialize ttl recalculate only optional 2021-08-04 22:16:13 +08:00
UnionBlockInputStream.h Remove namespace pollution 2020-05-31 00:57:37 +03:00
ya.make run generate-ya-make 2021-08-30 10:57:40 +03:00
ya.make.in Add examples folder filter to ya.make.in 2021-04-30 11:25:52 +03:00