Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ read
Function
read
src/Storages/HDFS/HDFSFileSystem.cpp:1142–1145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1140
}
1141
1142
ssize_t read(const int fd, void *buf, size_t count)
1143
{
1144
return getDefaultHdfsFileSystem()->read(fd, buf, count);
1145
}
1146
1147
int write(int fd, const void* buf, size_t count)
1148
{
Callers
15
read
Method · 0.50
read
Method · 0.50
read
Method · 0.50
read
Method · 0.50
read
Method · 0.50
read
Method · 0.50
recalculate
Method · 0.50
recalculateBottomHalf
Method · 0.50
read
Method · 0.50
read
Method · 0.50
read
Method · 0.50
read
Method · 0.50
Calls
1
read
Method · 0.45
Tested by
no test coverage detected