MCPcopy 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
1142ssize_t read(const int fd, void *buf, size_t count)
1143{
1144 return getDefaultHdfsFileSystem()->read(fd, buf, count);
1145}
1146
1147int write(int fd, const void* buf, size_t count)
1148{

Callers 15

readMethod · 0.50
readMethod · 0.50
readMethod · 0.50
readMethod · 0.50
readMethod · 0.50
readMethod · 0.50
recalculateMethod · 0.50
recalculateBottomHalfMethod · 0.50
readMethod · 0.50
readMethod · 0.50
readMethod · 0.50
readMethod · 0.50

Calls 1

readMethod · 0.45

Tested by

no test coverage detected