mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +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.
|
||||
/// Calling this method, we assume and don't check that:
|
||||
/// * pipelines.size() == getInputHeaders.size()
|
||||
/// * header from each pipeline is the same as header from corresponding input_streams
|
||||
/// Result pipeline must contain any number of streams with compatible output header is hasOutputStream(),
|
||||
/// * header from each pipeline is the same as header from corresponding input
|
||||
/// Result pipeline must contain any number of ports with compatible output header if hasOutputHeader(),
|
||||
/// or pipeline should be completed otherwise.
|
||||
virtual QueryPipelineBuilderPtr updatePipeline(QueryPipelineBuilders pipelines, const BuildQueryPipelineSettings & settings) = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user