MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / GetRecordByteSize

Method GetRecordByteSize

src/storage/mem_table.h:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 ::fedb::type::CompressType GetCompressType();
207
208 inline uint64_t GetRecordByteSize() const {
209 return record_byte_size_.load(std::memory_order_relaxed);
210 }
211
212 uint64_t GetRecordCnt() const override {
213 return record_cnt_.load(std::memory_order_relaxed);

Callers 2

GetTableStatusMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64