Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ write
Function
write
src/Storages/HDFS/HDFSFileSystem.cpp:1147–1150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1145
}
1146
1147
int write(int fd, const void* buf, size_t count)
1148
{
1149
return getDefaultHdfsFileSystem()->write(fd, buf, count);
1150
}
1151
1152
bool exists(const std::string& path)
1153
{
Callers
13
write
Method · 0.50
refresh
Method · 0.50
refreshLocalImpl
Method · 0.50
signalHandler
Function · 0.50
toString
Method · 0.50
getSerializedString
Method · 0.50
toString
Method · 0.50
toString
Method · 0.50
WriteRaw
Method · 0.50
sendHandshake
Method · 0.50
runImpl
Method · 0.50
send
Method · 0.50
Calls
1
write
Method · 0.45
Tested by
no test coverage detected