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

Function getNumEntries

src/include/binder/expression/node_rel_expression.h:35–35  ·  view source on GitHub ↗

Table entries

Source from the content-addressed store, hash-verified

33
34 // Table entries
35 common::idx_t getNumEntries() const { return entries.size(); }
36 const std::vector<catalog::TableCatalogEntry*>& getEntries() const { return entries; }
37 catalog::TableCatalogEntry* getEntry(common::idx_t idx) const { return entries[idx]; }
38 void setEntries(std::vector<catalog::TableCatalogEntry*> entries_) {

Callers 4

probeMethod · 0.85
findHashSlotsMethod · 0.85
serializeInternalMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected