Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ of
Method
of
core/src/main/java/io/questdb/std/str/Path.java:220–225 ·
view source on GitHub ↗
(CharSequence str)
Source
from the content-addressed store, hash-verified
218
}
219
220
public
Path of(CharSequence str) {
221
ascii = true;
222
checkClosed();
223
tailPtr = headPtr;
224
return
concat(str);
225
}
226
227
public
Path of(Utf8Sequence str) {
228
ascii = str.isAscii();
Callers
15
createTestPath
Method · 0.95
readIndexChunks
Method · 0.95
testVacuumWithInvalidFileNames
Method · 0.95
testVacuumWithInvalidPartitionDirectoryNames
Method · 0.95
assertFilesExist
Method · 0.95
checkTableFilesExist
Method · 0.95
checkWalFilesRemoved
Method · 0.95
testDropPartitionRangeNotOnDisk
Method · 0.95
testForceDropPartitionRangeNotOnDisk
Method · 0.95
assertSeqPartExistence
Method · 0.95
testPartitionSplitWithReaders
Method · 0.95
testPhantomPartition
Method · 0.95
Calls
8
checkClosed
Method · 0.95
concat
Method · 0.95
malloc
Method · 0.95
extend
Method · 0.95
copyMemory
Method · 0.95
isAscii
Method · 0.65
size
Method · 0.65
ptr
Method · 0.65
Tested by
14
createTestPath
Method · 0.76
readIndexChunks
Method · 0.76
testVacuumWithInvalidFileNames
Method · 0.76
testVacuumWithInvalidPartitionDirectoryNames
Method · 0.76
assertFilesExist
Method · 0.76
checkTableFilesExist
Method · 0.76
checkWalFilesRemoved
Method · 0.76
testDropPartitionRangeNotOnDisk
Method · 0.76
testForceDropPartitionRangeNotOnDisk
Method · 0.76
assertSeqPartExistence
Method · 0.76
testPartitionSplitWithReaders
Method · 0.76
testPhantomPartition
Method · 0.76