Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlazingDB/blazingsql
/ sizeInBytes
Method
sizeInBytes
engine/src/cache_machine/CacheDataLocalFile.cpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
size_t CacheDataLocalFile::sizeInBytes() const {
76
return size_in_bytes;
77
}
78
79
std::unique_ptr<ral::frame::BlazingTable> CacheDataLocalFile::decache() {
80
Callers
1
CacheDataLocalFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected