Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/questdb/questdb
/ exists
Method
exists
core/src/main/java/io/questdb/std/Files.java:151–153 ·
view source on GitHub ↗
(long fd)
Source
from the content-addressed store, hash-verified
149
}
150
151
public
static
boolean exists(long fd) {
152
return
exists(toOsFd(fd));
153
}
154
155
public
static
boolean exists(LPSZ lpsz) {
156
return
lpsz != null && exists0(lpsz.ptr());
Callers
15
createTestPath
Method · 0.95
createTestPath
Method · 0.95
createTestPath
Method · 0.95
testServerMainCreateTableMoveItsFolderAwayAndSoftLinkIt
Method · 0.95
assertTableExists
Method · 0.95
testAllocate
Method · 0.95
testAllocateLoop
Method · 0.95
testConcurrentRemove
Method · 0.95
testCopy
Method · 0.95
testCopyBigFile
Method · 0.95
testDeleteOpenFile
Method · 0.95
testFailsToAllocateWhenNotEnoughSpace
Method · 0.95
Calls
3
toOsFd
Method · 0.95
exists0
Method · 0.95
ptr
Method · 0.65
Tested by
15
createTestPath
Method · 0.76
createTestPath
Method · 0.76
createTestPath
Method · 0.76
testServerMainCreateTableMoveItsFolderAwayAndSoftLinkIt
Method · 0.76
assertTableExists
Method · 0.76
testAllocate
Method · 0.76
testAllocateLoop
Method · 0.76
testConcurrentRemove
Method · 0.76
testCopy
Method · 0.76
testCopyBigFile
Method · 0.76
testDeleteOpenFile
Method · 0.76
testFailsToAllocateWhenNotEnoughSpace
Method · 0.76