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

Method getNumRowsLeftToAppend

src/include/storage/table/node_group.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 nextRowToAppend += numRowsToAppend;
120 }
121 common::row_idx_t getNumRowsLeftToAppend() const { return capacity - nextRowToAppend; }
122 bool isFull() const { return numRows.load() == capacity; }
123 const std::vector<common::LogicalType>& getDataTypes() const { return dataTypes; }
124 NodeGroupDataFormat getFormat() const { return format; }

Callers 2

appendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected