ClickHouse/src/DataStreams
2020-05-23 21:07:38 +03:00
..
tests Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
AddingConstColumnBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +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
AggregatingBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregatingBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +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
BlocksBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
BlocksListBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +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
CollapsingFinalBlockInputStream.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}\5{}", \4, \6);/' 2020-05-23 19:58:15 +03:00
CollapsingFinalBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnGathererStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnGathererStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ConcatBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ConvertColumnLowCardinalityToFullBlockInputStream.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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
copyData.h dbms/ → src/ 2020-04-03 18:14:31 +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 find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/' 2020-05-23 19:42:39 +03:00
CreatingSetsBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CubeBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
CubeBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DistinctBlockInputStream.cpp Checkpoint 2020-04-22 08:39:31 +03:00
DistinctBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DistinctSortedBlockInputStream.cpp Checkpoint 2020-04-22 08:39:31 +03:00
DistinctSortedBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExecutionSpeedLimits.cpp Checkpoint 2020-04-22 08:39:31 +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
FillingBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FillingBlockInputStream.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
FilterColumnsBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FilterColumnsBlockInputStream.h dbms/ → src/ 2020-04-03 18:14: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
FinishSortingBlockInputStream.cpp Checkpoint 2020-04-22 08:39:31 +03:00
FinishSortingBlockInputStream.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 dbms/ → src/ 2020-04-03 18:14:31 +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
LimitByBlockInputStream.cpp Checkpoint 2020-04-22 08:39:31 +03:00
LimitByBlockInputStream.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
MergeSortingBlockInputStream.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" \+ [^+]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" \+ ([^+]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 20:09:37 +03:00
MergeSortingBlockInputStream.h Volumes and storages refactoring: 2020-05-04 23:15:38 +03:00
MergingAggregatedBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
MergingAggregatedBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 19:47:56 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MergingSortedBlockInputStream.cpp Progress on task 2020-05-23 21:07:38 +03:00
MergingSortedBlockInputStream.h Fix style 2020-04-14 16:27:33 +03:00
narrowBlockInputStreams.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
narrowBlockInputStreams.h dbms/ → src/ 2020-04-03 18:14:31 +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 dbms/ → src/ 2020-04-03 18:14:31 +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
ParallelAggregatingBlockInputStream.cpp Progress on task 2020-05-23 20:52:11 +03:00
ParallelAggregatingBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ParallelInputsProcessor.h find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 19:47:56 +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
PartialSortingBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
PartialSortingBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
processConstants.cpp Checkpoint 2020-04-22 08:39:31 +03:00
processConstants.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
PushingToViewsBlockOutputStream.cpp Merge pull request #11087 from azat/context-fwd-decl 2020-05-21 19:43:29 +03:00
PushingToViewsBlockOutputStream.h Introduce min_insert_block_size_{rows,bytes}_for_materialized_views 2020-05-17 12:21:05 +03:00
RemoteBlockInputStream.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}\5{}", \4, \6);/' 2020-05-23 19:58:15 +03:00
RemoteBlockInputStream.h Fix race after cancel of RemoteBlockInputStream. 2020-04-13 19:33:15 +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
ReverseBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ReverseBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
RollupBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
RollupBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SizeLimits.cpp dbms/ → src/ 2020-04-03 18:14:31 +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
TotalsHavingBlockInputStream.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
TotalsHavingBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
TTLBlockInputStream.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}\5{}", \4, \6);/' 2020-05-23 19:58:15 +03:00
TTLBlockInputStream.h Fixed DateLUTImpl constructors to avoid accidental copying 2020-05-11 10:42:47 +03:00
UnionBlockInputStream.h find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/' 2020-05-23 19:42:39 +03:00
ya.make Fix build in Arcadia (#10413) 2020-04-21 23:23:44 +03:00