Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/4paradigm/OpenMLDB
/ SequentialFile
Method
SequentialFile
src/log/sequential_file.h:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
class SequentialFile {
35
public:
36
SequentialFile() {}
37
virtual ~SequentialFile() {}
38
39
// Read up to
"n"
bytes from the file.
"scratch[0..n-1]"
may be
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected