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

Function getPKColumnID

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

Source from the content-addressed store, hash-verified

176 void reclaimDroppedIndexes(PageAllocator& pageAllocator);
177
178 common::column_id_t getPKColumnID() const { return pkColumnID; }
179 Index* tryGetPrimaryKeyIndex() const;
180 PrimaryKeyIndex* tryGetPKIndex() const;
181 PrimaryKeyIndex* getPKIndex() const {

Callers 1

lookupPKMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected