ClickHouse/src/DataStreams
Nikolai Kochetov f1cccf31b2 Fix build.
2020-06-02 19:29:29 +03:00
..
tests Try fix tets. 2020-06-02 08:16:45 +03:00
AddingDefaultBlockOutputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AddingDefaultBlockOutputStream.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
AddingDefaultsBlockInputStream.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
AddingDefaultsBlockInputStream.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
AsynchronousBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AsynchronousBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
BlockIO.cpp Removed allow_processors flag from executeQuery(). 2020-05-18 16:55:07 +03:00
BlockIO.h Removed allow_processors flag from executeQuery(). 2020-05-18 16:55:07 +03:00
BlocksListBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
BlocksSource.h Remove some streams. 2020-06-01 19:31:06 +03:00
BlockStreamProfileInfo.cpp Add PullingPipelineExecutor. 2020-05-15 00:03:38 +03:00
BlockStreamProfileInfo.h Add PullingPipelineExecutor. 2020-05-15 00:03:38 +03:00
CheckConstraintsBlockOutputStream.cpp Fix clang-tidy warnings 2020-05-12 19:38:11 +03:00
CheckConstraintsBlockOutputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CheckSortedBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
CheckSortedBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CMakeLists.txt dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnGathererStream.cpp Remove namespace pollution 2020-05-31 00:57:37 +03:00
ColumnGathererStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ConvertingBlockInputStream.cpp Remove useless code 2020-04-15 00:05:45 +03:00
ConvertingBlockInputStream.h Remove useless code 2020-04-15 00:05:45 +03:00
copyData.cpp Insert select using PipelineExecutor. 2020-05-27 21:20:26 +03:00
copyData.h Insert select using PipelineExecutor. 2020-05-27 21:20:26 +03:00
CountingBlockOutputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
CountingBlockOutputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CreatingSetsBlockInputStream.cpp Return old names of macros 2020-05-24 01:24:01 +03:00
CreatingSetsBlockInputStream.h Remove namespace pollution 2020-05-31 00:57:37 +03:00
DistinctSortedBlockInputStream.cpp Checkpoint 2020-04-22 08:39:31 +03:00
DistinctSortedBlockInputStream.h Remove some streams. 2020-06-01 19:31:06 +03:00
ExecutionSpeedLimits.cpp Whitespace 2020-05-29 23:17:38 +03:00
ExecutionSpeedLimits.h Checkpoint 2020-04-22 08:39:31 +03:00
ExpressionBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExpressionBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
FilterBlockInputStream.cpp Checkpoint 2020-04-22 08:39:31 +03:00
FilterBlockInputStream.h Checkpoint 2020-04-22 08:39:31 +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
IBlockInputStream.cpp Checkpoint 2020-04-22 08:39:31 +03:00
IBlockInputStream.h Checkpoint 2020-04-22 08:39:31 +03:00
IBlockOutputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IBlockStream_fwd.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InputStreamFromASTInsertQuery.cpp add context to DatabaseCatalog methods 2020-05-29 02:01:18 +03:00
InputStreamFromASTInsertQuery.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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
LazyBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
LimitBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
LimitBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MarkInCompressedFile.h dbms/ → src/ 2020-04-03 18:14:31 +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
MergingSortedBlockInputStream.cpp Remove namespace pollution 2020-05-31 00:57:37 +03:00
MergingSortedBlockInputStream.h Fix style 2020-04-14 16:27:33 +03:00
narrowBlockInputStreams.cpp Remove some streams. 2020-06-01 19:31:06 +03:00
narrowBlockInputStreams.h Remove some streams. 2020-06-01 19:31:06 +03:00
NativeBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
NativeBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
NativeBlockOutputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
NativeBlockOutputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
NullAndDoCopyBlockInputStream.h Insert select using PipelineExecutor. 2020-05-27 21:20:26 +03:00
NullBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
NullBlockOutputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
OneBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
OwningBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ParallelInputsProcessor.h Remove namespace pollution 2020-05-31 00:57:37 +03:00
ParallelParsingBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ParallelParsingBlockInputStream.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
PushingToViewsBlockOutputStream.cpp Merge pull request #11330 from ClickHouse/fix-10241 2020-06-02 04:06:39 +03:00
PushingToViewsBlockOutputStream.h Introduce min_insert_block_size_{rows,bytes}_for_materialized_views 2020-05-17 12:21:05 +03:00
RemoteBlockInputStream.cpp Refactor RemoteBlockInputStream. 2020-06-02 19:27:05 +03:00
RemoteBlockInputStream.h Refactor RemoteBlockInputStream. 2020-06-02 19:27:05 +03:00
RemoteBlockOutputStream.cpp Fix error 2020-05-17 08:45:20 +03:00
RemoteBlockOutputStream.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
RemoteQueryExecutor.cpp Refactor RemoteBlockInputStream. 2020-06-02 19:27:05 +03:00
RemoteQueryExecutor.h Fix build. 2020-06-02 19:29:29 +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
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 Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
SquashingTransform.h Update SquashingTransform.h 2020-04-21 19:27:56 +03:00
TemporaryFileStream.h Check for suspicious codecs #4966 2020-05-04 03:11:49 +03:00
TTLBlockInputStream.cpp Remove namespace pollution 2020-05-31 00:57:37 +03:00
TTLBlockInputStream.h Remove namespace pollution 2020-05-31 00:57:37 +03:00
UnionBlockInputStream.h Remove namespace pollution 2020-05-31 00:57:37 +03:00
ya.make Refactor RemoteBlockInputStream. 2020-06-02 19:27:05 +03:00