MCPcopy 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
1147int write(int fd, const void* buf, size_t count)
1148{
1149 return getDefaultHdfsFileSystem()->write(fd, buf, count);
1150}
1151
1152bool exists(const std::string& path)
1153{

Callers 13

writeMethod · 0.50
refreshMethod · 0.50
refreshLocalImplMethod · 0.50
signalHandlerFunction · 0.50
toStringMethod · 0.50
getSerializedStringMethod · 0.50
toStringMethod · 0.50
toStringMethod · 0.50
WriteRawMethod · 0.50
sendHandshakeMethod · 0.50
runImplMethod · 0.50
sendMethod · 0.50

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected