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

Method findFirst

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

Source from the content-addressed store, hash-verified

165 public native static void findClose(long findPtr);
166
167 public static long findFirst(LPSZ lpsz) {
168 return findFirst(lpsz.ptr());
169 }
170
171 public native static long findName(long findPtr);
172

Callers 11

testListDirMethod · 0.95
findPartitionSizesMethod · 0.95
testAutoDeleteMethod · 0.95
testRollOnDateMethod · 0.95
hasNextMethod · 0.95
findFirstMethod · 0.95
getDirSizeMethod · 0.95
walkMethod · 0.95
rmdirMethod · 0.95

Calls 1

ptrMethod · 0.65

Tested by 6

testListDirMethod · 0.76
findPartitionSizesMethod · 0.76
testAutoDeleteMethod · 0.76
testRollOnDateMethod · 0.76