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

Method openAppend

core/src/main/java/io/questdb/std/Files.java:437–439  ·  view source on GitHub ↗
(LPSZ lpsz)

Source from the content-addressed store, hash-verified

435 }
436
437 public static long openAppend(LPSZ lpsz) {
438 return fdCache.createUniqueFdNonCached(openAppend(lpsz.ptr()));
439 }
440
441 public static long openCleanRW(LPSZ lpsz, long size) {
442 return fdCache.createUniqueFdNonCached(openCleanRW(lpsz.ptr(), size));

Callers 5

createTempFileMethod · 0.95
writeRandomFileMethod · 0.95
bindPropertiesMethod · 0.95
openAppendMethod · 0.95

Calls 2

ptrMethod · 0.65

Tested by 3

createTempFileMethod · 0.76
writeRandomFileMethod · 0.76