Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ getLong
Method
getLong
core/src/main/java/io/questdb/std/Unsafe.java:240–242 ·
view source on GitHub ↗
(long address)
Source
from the content-addressed store, hash-verified
238
}
239
240
public
static
long getLong(long address) {
241
return
UNSAFE.getLong(address);
242
}
243
244
public
static
long getLong(Object o, long offset) {
245
return
UNSAFE.getLong(o, offset);
Callers
15
testOpenCleanRWLoop
Method · 0.95
testWriteLargeFrame
Method · 0.95
testEncodeDecodeBucketBoundaries
Method · 0.95
testEncodeTimestampsOneTimestamp
Method · 0.95
testEncodeTimestampsRoundTripAllBuckets
Method · 0.95
testEncodeTimestampsRoundTripConstantDelta
Method · 0.95
testEncodeTimestampsRoundTripLargeDataset
Method · 0.95
testEncodeTimestampsRoundTripNegativeDoD
Method · 0.95
testEncodeTimestampsRoundTripVaryingDelta
Method · 0.95
testEncodeTimestampsTwoTimestamps
Method · 0.95
testWriteBitsWithinCapacitySucceeds
Method · 0.95
testWriteTableSeqTxnEntriesMultipleEntries
Method · 0.95
Calls
1
getLong
Method · 0.65
Tested by
15
testOpenCleanRWLoop
Method · 0.76
testWriteLargeFrame
Method · 0.76
testEncodeDecodeBucketBoundaries
Method · 0.76
testEncodeTimestampsOneTimestamp
Method · 0.76
testEncodeTimestampsRoundTripAllBuckets
Method · 0.76
testEncodeTimestampsRoundTripConstantDelta
Method · 0.76
testEncodeTimestampsRoundTripLargeDataset
Method · 0.76
testEncodeTimestampsRoundTripNegativeDoD
Method · 0.76
testEncodeTimestampsRoundTripVaryingDelta
Method · 0.76
testEncodeTimestampsTwoTimestamps
Method · 0.76
testWriteBitsWithinCapacitySucceeds
Method · 0.76
testWriteTableSeqTxnEntriesMultipleEntries
Method · 0.76