Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testListDir
Method · 0.95
testListNonExistingDir
Method · 0.95
testTypeOfDirAndSoftLinkAreTheSame
Method · 0.95
findPartitionSizes
Method · 0.95
testAutoDelete
Method · 0.95
testRollOnDate
Method · 0.95
hasNext
Method · 0.95
findFirst
Method · 0.95
getDirSize
Method · 0.95
walk
Method · 0.95
rmdir
Method · 0.95
Calls
1
ptr
Method · 0.65
Tested by
6
testListDir
Method · 0.76
testListNonExistingDir
Method · 0.76
testTypeOfDirAndSoftLinkAreTheSame
Method · 0.76
findPartitionSizes
Method · 0.76
testAutoDelete
Method · 0.76
testRollOnDate
Method · 0.76