mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 05:52:05 +00:00
Update IQueryPlanStep.h
This commit is contained in:
parent
8c93480f0c
commit
08d30beee5
@ -38,8 +38,8 @@ public:
|
|||||||
/// Add processors from current step to QueryPipeline.
|
/// Add processors from current step to QueryPipeline.
|
||||||
/// Calling this method, we assume and don't check that:
|
/// Calling this method, we assume and don't check that:
|
||||||
/// * pipelines.size() == getInputHeaders.size()
|
/// * pipelines.size() == getInputHeaders.size()
|
||||||
/// * header from each pipeline is the same as header from corresponding input_streams
|
/// * header from each pipeline is the same as header from corresponding input
|
||||||
/// Result pipeline must contain any number of streams with compatible output header is hasOutputStream(),
|
/// Result pipeline must contain any number of ports with compatible output header if hasOutputHeader(),
|
||||||
/// or pipeline should be completed otherwise.
|
/// or pipeline should be completed otherwise.
|
||||||
virtual QueryPipelineBuilderPtr updatePipeline(QueryPipelineBuilders pipelines, const BuildQueryPipelineSettings & settings) = 0;
|
virtual QueryPipelineBuilderPtr updatePipeline(QueryPipelineBuilders pipelines, const BuildQueryPipelineSettings & settings) = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user