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

Method openRW

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

Source from the content-addressed store, hash-verified

457 }
458
459 public static long openRW(LPSZ lpsz) {
460 return fdCache.createUniqueFdNonCached(openRW(lpsz.ptr()));
461 }
462
463 public static long openRW(LPSZ lpsz, int opts) {
464 return fdCache.createUniqueFdNonCached(openRWOpts(lpsz.ptr(), opts));

Callers 15

testAllocateMethod · 0.95
testAllocateLoopMethod · 0.95
testDeleteOpenFileMethod · 0.95
testMixedIOConcurrentMethod · 0.95
testMmapInvalidMethod · 0.95
testMremapInvalidMethod · 0.95
testReadFailsMethod · 0.95
testReadOver2GBMethod · 0.95
testSendFileOver2GBMethod · 0.95

Calls 3

openRWOptsMethod · 0.95
ptrMethod · 0.65

Tested by 15

testAllocateMethod · 0.76
testAllocateLoopMethod · 0.76
testDeleteOpenFileMethod · 0.76
testMixedIOConcurrentMethod · 0.76
testMmapInvalidMethod · 0.76
testMremapInvalidMethod · 0.76
testReadFailsMethod · 0.76
testReadOver2GBMethod · 0.76
testSendFileOver2GBMethod · 0.76