Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ getAggregateResultVector
Method
getAggregateResultVector
bolt/exec/WindowFunction.h:149–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
virtual std::deque<VectorPtr> getAggregateResultVector() {
150
BOLT_UNREACHABLE();
151
}
152
153
virtual void cleanUp() {
154
return;
Callers
1
nextPartition
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected