Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ putLong
Method
putLong
core/src/main/java/io/questdb/std/Unsafe.java:378–380 ·
view source on GitHub ↗
(long address, long value)
Source
from the content-addressed store, hash-verified
376
}
377
378
public
static
void
putLong(long address, long value) {
379
UNSAFE.putLong(address, value);
380
}
381
382
public
static
void
putLong(Object o, long offset, long value) {
383
UNSAFE.putLong(o, offset, value);
Callers
15
testMixedIOConcurrent
Method · 0.95
testOpenCleanRWLoop
Method · 0.95
testReadFails
Method · 0.95
testReadOver2GB
Method · 0.95
testSendFileOver2GB
Method · 0.95
testSendFileOver2GBWithOffset
Method · 0.95
testWriteFails
Method · 0.95
testWriteOver2GB
Method · 0.95
testAllocateConcurrent0
Method · 0.95
putTimestamps
Method · 0.95
testGorillaCursorOverReadsIntoNextColumnOnCorruptedData
Method · 0.95
testDecodeLargeColumn
Method · 0.95
Calls
1
putLong
Method · 0.65
Tested by
15
testMixedIOConcurrent
Method · 0.76
testOpenCleanRWLoop
Method · 0.76
testReadFails
Method · 0.76
testReadOver2GB
Method · 0.76
testSendFileOver2GB
Method · 0.76
testSendFileOver2GBWithOffset
Method · 0.76
testWriteFails
Method · 0.76
testWriteOver2GB
Method · 0.76
testAllocateConcurrent0
Method · 0.76
putTimestamps
Method · 0.76
testGorillaCursorOverReadsIntoNextColumnOnCorruptedData
Method · 0.76
testDecodeLargeColumn
Method · 0.76