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

Method isCompleted

src/QueryPlan/QueryPlan.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool QueryPlan::isCompleted() const
84{
85 return isInitialized() && !root->step->hasOutputStream();
86}
87
88const DataStream & QueryPlan::getCurrentDataStream() const
89{

Callers

nothing calls this directly

Calls 1

hasOutputStreamMethod · 0.80

Tested by

no test coverage detected