MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getNumNodeGroups

Function getNumNodeGroups

src/include/storage/table/node_table.h:225–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 common::node_group_idx_t getNumNodeGroups() const { return nodeGroups->getNumNodeGroups(); }
226 common::offset_t getNumTuplesInNodeGroup(common::node_group_idx_t nodeGroupIdx) const {
227 return nodeGroups->getNodeGroup(nodeGroupIdx)->getNumRows();
228 }

Callers 1

checkIfNodeHasRelsMethod · 0.85

Calls 1

getNumNodeGroupsMethod · 0.45

Tested by

no test coverage detected