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

Method getFormat

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

Source from the content-addressed store, hash-verified

122 bool isFull() const { return numRows.load() == capacity; }
123 const std::vector<common::LogicalType>& getDataTypes() const { return dataTypes; }
124 NodeGroupDataFormat getFormat() const { return format; }
125 common::row_idx_t append(const transaction::Transaction* transaction,
126 const std::vector<common::column_id_t>& columnIDs, ChunkedNodeGroup& chunkedGroup,
127 common::row_idx_t startRowIdx, common::row_idx_t numRowsToAppend);

Callers 5

countChunkedGroupPagesFunction · 0.45
countNodeGroupPagesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected