提交 ab452e93 编写于 作者: N Nikolai Kochetov

Added source steps.

上级 4407bd7d
......@@ -12,7 +12,7 @@ ReadNothingStep::ReadNothingStep(DataStream output_stream_)
void ReadNothingStep::initializePipeline(QueryPipeline & pipeline)
{
pipeline.init(Pipe(std::make_shared<NullSource>(output_stream.header)));
pipeline.init(Pipe(std::make_shared<NullSource>(getOutputStream().header)));
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册