Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ clear
Method
clear
src/planner/operator/schema.cpp:160–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
void Schema::clear() {
161
groups.clear();
162
factorizationTree.clear();
163
clearExpressionsInScope();
164
}
165
166
size_t Schema::getNumGroups(bool isFlat) const {
167
auto result = 0u;
Callers
2
analyze
Method · 0.45
recomputeSchema
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected