MCPcopy 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
160void Schema::clear() {
161 groups.clear();
162 factorizationTree.clear();
163 clearExpressionsInScope();
164}
165
166size_t Schema::getNumGroups(bool isFlat) const {
167 auto result = 0u;

Callers 2

analyzeMethod · 0.45
recomputeSchemaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected