MCPcopy Create free account
hub / github.com/questdb/questdb / openRO

Method openRO

core/src/main/java/io/questdb/cairo/TableUtils.java:1618–1626  ·  view source on GitHub ↗
(FilesFacade ff, Path path, CharSequence fileName, Log log)

Source from the content-addressed store, hash-verified

1616 }
1617
1618 public static long openRO(FilesFacade ff, Path path, CharSequence fileName, Log log) {
1619 final int rootLen = path.size();
1620 path.concat(fileName);
1621 try {
1622 return TableUtils.openRO(ff, path.$(), log);
1623 } finally {
1624 path.trimTo(rootLen);
1625 }
1626 }
1627
1628 public static long openRO(FilesFacade ff, LPSZ path, Log log) {
1629 final long fd = ff.openRO(path);

Callers 15

assertEncodingMethod · 0.95
assertIndexChunksForMethod · 0.95
testMetadataMethod · 0.95
testOutOfMemoryMethod · 0.95
testVanillaMethod · 0.95
processMethod · 0.95
runMethod · 0.95

Calls 11

isErrnoFileCannotReadMethod · 0.95
criticalMethod · 0.95
concatMethod · 0.80
I$Method · 0.80
sizeMethod · 0.65
$Method · 0.65
trimToMethod · 0.65
openROMethod · 0.65
debugMethod · 0.65
errnoMethod · 0.65
putMethod · 0.65