Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ softLink
Method
softLink
core/src/main/java/io/questdb/std/Files.java:538–538 ·
view source on GitHub ↗
(long lpszSrc, long lpszSoftLink)
Source
from the content-addressed store, hash-verified
536
}
537
538
public
static
native
int
softLink(long lpszSrc, long lpszSoftLink);
539
540
public
static
int
softLink(LPSZ src, LPSZ softLink) {
541
return
softLink(src.ptr(), softLink.ptr());
Callers
11
testDeleteDir
Method · 0.95
testDirectoryContentSizeWithLinks
Method · 0.95
testSoftLinkDoesNotFailWhenSrcDoesNotExist
Method · 0.95
testSoftLinkRead
Method · 0.95
testTypeOfDirAndSoftLinkAreTheSame
Method · 0.95
createSoftLink
Method · 0.95
setupPath
Method · 0.95
testShowPartitionsAttachablePartitionOfWrongPartitionBy
Method · 0.95
testShowPartitionsAttachablePartitionOfWrongTableId
Method · 0.95
testShowPartitionsDetachedPartitionPlusAttachable
Method · 0.95
softLink
Method · 0.95
Calls
1
ptr
Method · 0.65
Tested by
10
testDeleteDir
Method · 0.76
testDirectoryContentSizeWithLinks
Method · 0.76
testSoftLinkDoesNotFailWhenSrcDoesNotExist
Method · 0.76
testSoftLinkRead
Method · 0.76
testTypeOfDirAndSoftLinkAreTheSame
Method · 0.76
createSoftLink
Method · 0.76
setupPath
Method · 0.76
testShowPartitionsAttachablePartitionOfWrongPartitionBy
Method · 0.76
testShowPartitionsAttachablePartitionOfWrongTableId
Method · 0.76
testShowPartitionsDetachedPartitionPlusAttachable
Method · 0.76