Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
bool QueryPlan::isCompleted() const
84
{
85
return isInitialized() && !root->step->hasOutputStream();
86
}
87
88
const DataStream & QueryPlan::getCurrentDataStream() const
89
{
Callers
nothing calls this directly
Calls
1
hasOutputStream
Method · 0.80
Tested by
no test coverage detected