Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ setWindowFunction
Method
setWindowFunction
bolt/exec/SpillableWindowBuild.h:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void setWindowFunction(
87
std::vector<std::unique_ptr<exec::WindowFunction>>&& windowFunctions) {
88
windowFunctions_ = std::move(windowFunctions);
89
}
90
91
void resetSpiller() override;
92
Callers
1
createWindowFunctionsForSpillableWindowBuild
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected