MCPcopy Create free account
hub / github.com/cwida/FastLanes / GetStatistics

Method GetStatistics

src/table/rowgroup.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 return true;
175 }
176
177 bool operator()(std::monostate&, std::monostate&) {
178 FLS_UNREACHABLE();
179 return false;
180 }
181
182 bool operator()(auto&, auto&) { return false; }
183};

Callers 3

prepare_rowgroupFunction · 0.80
materializeMethod · 0.80
materializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected