Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isCompleted
Method · 0.80
explainStep
Function · 0.80
Calls
1
has_value
Method · 0.80
Tested by
no test coverage detected