MCPcopy Create free account
hub / github.com/ByConity/ByConity / hasOutputStream

Method hasOutputStream

src/QueryPlan/IQueryPlanStep.h:266–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265
266 bool hasOutputStream() const { return output_stream.has_value(); }
267 const DataStream & getOutputStream() const;
268
269 /// Methods to describe what this step is needed for.

Callers 2

isCompletedMethod · 0.80
explainStepFunction · 0.80

Calls 1

has_valueMethod · 0.80

Tested by

no test coverage detected