MCPcopy Create free account
hub / github.com/bytedance/bolt / isAggWindowFunc

Method isAggWindowFunc

bolt/exec/WindowBuild.h:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168 virtual void loadNextPartialPartitionFromSpill() {
169 return;
170 }
171
172 virtual void setIfAggWindowFunc(bool ifAggWindowFunc) {
173 BOLT_UNREACHABLE("should not call setIfAggWindowFunc in base WindowBuild");
174 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected