Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ length
Method
length
core/src/main/java/io/questdb/std/Files.java:326–328 ·
view source on GitHub ↗
(LPSZ lpsz)
Source
from the content-addressed store, hash-verified
324
}
325
326
public
static
long length(LPSZ lpsz) {
327
return
length0(lpsz.ptr());
328
}
329
330
public
static
long length(long fd) {
331
return
length(toOsFd(fd));
Callers
15
testAllocate
Method · 0.95
testAllocateLoop
Method · 0.95
testConcurrentRemove
Method · 0.95
testCopy
Method · 0.95
testCopyBigFile
Method · 0.95
testDirectoryContentSizeWithLinks
Method · 0.95
testFailsToAllocateWhenNotEnoughSpace
Method · 0.95
testOpenCleanRWAllocatesToSize
Method · 0.95
testOpenCleanRWParallel
Method · 0.95
testTruncate
Method · 0.95
assertEqualsFileContent
Method · 0.95
assertEquals
Method · 0.95
Calls
3
length0
Method · 0.95
toOsFd
Method · 0.95
ptr
Method · 0.65
Tested by
15
testAllocate
Method · 0.76
testAllocateLoop
Method · 0.76
testConcurrentRemove
Method · 0.76
testCopy
Method · 0.76
testCopyBigFile
Method · 0.76
testDirectoryContentSizeWithLinks
Method · 0.76
testFailsToAllocateWhenNotEnoughSpace
Method · 0.76
testOpenCleanRWAllocatesToSize
Method · 0.76
testOpenCleanRWParallel
Method · 0.76
testTruncate
Method · 0.76
assertEqualsFileContent
Method · 0.76
assertEquals
Method · 0.76