Update IQueryPlanStep.h

This commit is contained in:
Nikolai Kochetov 2024-10-04 12:31:12 +02:00 committed by GitHub
parent 8c93480f0c
commit 08d30beee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;