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

Method openRWOpts

core/src/main/java/io/questdb/std/Files.java:681–681  ·  view source on GitHub ↗
(long lpszName, int opts)

Source from the content-addressed store, hash-verified

679 private native static int openRW(long lpszName);
680
681 private native static int openRWOpts(long lpszName, int opts);
682
683 private native static long read(int fd, long address, long len, long offset);
684

Callers 1

openRWMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected