Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ remove
Method
remove
core/src/main/java/io/questdb/std/Files.java:516–518 ·
view source on GitHub ↗
(LPSZ lpsz)
Source
from the content-addressed store, hash-verified
514
}
515
516
public
static
boolean remove(LPSZ lpsz) {
517
return
fdCache.remove(lpsz);
518
}
519
520
public
static
int
rename(LPSZ oldName, LPSZ newName) {
521
return
fdCache.rename(oldName, newName);
Callers
4
remove
Method · 0.95
remove
Method · 0.95
removeQuiet
Method · 0.95
rmdir
Method · 0.95
Calls
1
remove
Method · 0.65
Tested by
1
remove
Method · 0.76