ClickHouse/src/DataStreams
alexey-milovidov f4ba5f1f9a
Merge pull request #16772 from ClickHouse/fix-stringstream
Fix "server failed to start" error
2020-11-08 14:27:08 +03:00
..
tests Cleanups 2020-10-10 19:31:10 +03:00
AddingDefaultBlockOutputStream.cpp Recursive defaults 2020-10-02 15:38:50 +03:00
AddingDefaultBlockOutputStream.h Recursive defaults 2020-10-02 15:38:50 +03:00
AddingDefaultsBlockInputStream.cpp Recursive defaults 2020-10-02 15:38:50 +03:00
AddingDefaultsBlockInputStream.h Recursive defaults 2020-10-02 15:38:50 +03:00
AsynchronousBlockInputStream.cpp
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 Fix result_rows and result_bytes metrics for selects. 2020-07-02 17:51:10 +03:00
BlocksListBlockInputStream.h
BlocksSource.h Check for #pragma once in headers 2020-10-10 21:37:02 +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 Fix "server failed to start" error 2020-11-07 03:14:53 +03:00
CheckConstraintsBlockOutputStream.h
CheckSortedBlockInputStream.cpp Better exception message in CheckingSortedBlockInputStream 2020-07-20 17:57:01 +03:00
CheckSortedBlockInputStream.h
CMakeLists.txt
ColumnGathererStream.cpp Remove namespace pollution 2020-05-31 00:57:37 +03:00
ColumnGathererStream.h
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 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
CountingBlockOutputStream.h
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 Whitespace 2020-05-29 23:17:38 +03:00
ExecutionSpeedLimits.h Try speedup build (#14809) 2020-09-15 12:55:57 +03: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
IBlockInputStream.cpp Fix "server failed to start" error 2020-11-07 03:14:53 +03:00
IBlockInputStream.h Review fixes. 2020-09-15 13:40:39 +03:00
IBlockOutputStream.h Better comments 2020-06-22 12:49:21 +03:00
IBlockStream_fwd.h
InputStreamFromASTInsertQuery.cpp Recursive defaults 2020-10-02 15:38:50 +03:00
InputStreamFromASTInsertQuery.h Really atomic metadata 2020-06-18 14:02: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
LazyBlockInputStream.h
LimitBlockInputStream.cpp
LimitBlockInputStream.h
MarkInCompressedFile.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
materializeBlock.cpp
materializeBlock.h
MaterializingBlockInputStream.cpp
MaterializingBlockInputStream.h
MaterializingBlockOutputStream.h
MergingSortedBlockInputStream.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
MergingSortedBlockInputStream.h Fix half of typos 2020-08-08 03:47:03 +03:00
MongoDBBlockInputStream.cpp MySql datatypes dateTime64 and decimal (#11512) 2020-09-09 15:18:02 +03:00
MongoDBBlockInputStream.h Add comment 2020-06-26 17:34:37 +03:00
narrowBlockInputStreams.cpp Fix some problems introduced by refactoring. 2020-10-12 17:58:09 +08:00
narrowBlockInputStreams.h Fix some problems introduced by refactoring. 2020-10-12 17:58:09 +08:00
NativeBlockInputStream.cpp
NativeBlockInputStream.h
NativeBlockOutputStream.cpp
NativeBlockOutputStream.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
NullAndDoCopyBlockInputStream.h Insert select using PipelineExecutor. 2020-05-27 21:20:26 +03:00
NullBlockInputStream.h
NullBlockOutputStream.h
OneBlockInputStream.h Cleanups 2020-10-10 19:31:10 +03:00
OwningBlockInputStream.h
ParallelInputsProcessor.h Fix some problems introduced by refactoring. 2020-10-12 17:58:09 +08:00
ParallelParsingBlockInputStream.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
ParallelParsingBlockInputStream.h Fix memory tracking for input_format_parallel_parsing by attaching thread to group 2020-07-23 11:31:13 +03:00
PushingToViewsBlockOutputStream.cpp Cleanups 2020-10-10 19:31:10 +03:00
PushingToViewsBlockOutputStream.h Cleanups 2020-10-10 19:31:10 +03:00
RemoteBlockInputStream.cpp Fix style. 2020-06-02 21:10:42 +03:00
RemoteBlockInputStream.h Fix totals for remote. 2020-06-02 19:37:30 +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 Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
RemoteQueryExecutor.h Fix build. 2020-06-04 16:16:58 +03:00
SizeLimits.cpp Preparation for structured logging 2020-05-31 00:35:52 +03:00
SizeLimits.h
SquashingBlockInputStream.cpp less copying 2020-04-21 17:59:57 +03:00
SquashingBlockInputStream.h
SquashingBlockOutputStream.cpp less copying 2020-04-21 17:59:57 +03:00
SquashingBlockOutputStream.h
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 straighten the protocol version 2020-09-17 17:37:29 +03:00
TTLBlockInputStream.cpp Change level of some log messages 2020-10-10 20:47:34 +03:00
TTLBlockInputStream.h Add comments 2020-09-07 10:59:14 +03:00
UnionBlockInputStream.h Remove namespace pollution 2020-05-31 00:57:37 +03:00
ya.make Improve Arcadia 2020-11-05 12:55:01 +03:00
ya.make.in Remove -g0 form Arcadia build settings. 2020-10-29 17:37:23 +03:00