MCPcopy Index your code
hub / github.com/questdb/questdb / read

Method read

core/src/main/java/io/questdb/std/Files.java:467–469  ·  view source on GitHub ↗
(long fd, long address, long len, long offset)

Source from the content-addressed store, hash-verified

465 }
466
467 public static long read(long fd, long address, long len, long offset) {
468 return read(fdCache.toOsFd(fd), address, len, offset);
469 }
470
471 public static long readIntAsUnsignedLong(long fd, long offset) {
472 return readIntAsUnsignedLong(toOsFd(fd), offset);

Callers 11

testReadFailsMethod · 0.95
testReadOver2GBMethod · 0.95
testReportCrashFilesMethod · 0.95
assertEqualsMethod · 0.95
testParseLargeFileMethod · 0.95
readMethod · 0.95
testRemovedAndReopenMethod · 0.95
testGzipMethod · 0.95
readMethod · 0.95
mainMethod · 0.95

Calls 1

toOsFdMethod · 0.45

Tested by 9

testReadFailsMethod · 0.76
testReadOver2GBMethod · 0.76
testReportCrashFilesMethod · 0.76
assertEqualsMethod · 0.76
testParseLargeFileMethod · 0.76
readMethod · 0.76
testRemovedAndReopenMethod · 0.76
testGzipMethod · 0.76