Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ getInt
Method
getInt
core/src/main/java/io/questdb/std/Unsafe.java:228–230 ·
view source on GitHub ↗
(long address)
Source
from the content-addressed store, hash-verified
226
}
227
228
public
static
int
getInt(long address) {
229
return
UNSAFE.getInt(address);
230
}
231
232
public
static
int
getInt(Object o, long offset) {
233
return
UNSAFE.getInt(o, offset);
Callers
15
testStringColumnWithColumnTop
Method · 0.95
testStringSimple
Method · 0.95
testBwdPageFrameCursor
Method · 0.95
testFwdPageFrameCursor
Method · 0.95
getGeoInt
Method · 0.95
getIPv4
Method · 0.95
getInt
Method · 0.95
getStrLen
Method · 0.95
getVarcharSize
Method · 0.95
testMergeDeepCopyEmptyDest
Method · 0.95
testMemmove
Method · 0.95
testSetMemoryVanillaInt
Method · 0.95
Calls
1
getInt
Method · 0.65
Tested by
15
testStringColumnWithColumnTop
Method · 0.76
testStringSimple
Method · 0.76
testBwdPageFrameCursor
Method · 0.76
testFwdPageFrameCursor
Method · 0.76
getGeoInt
Method · 0.76
getIPv4
Method · 0.76
getInt
Method · 0.76
getStrLen
Method · 0.76
getVarcharSize
Method · 0.76
testMergeDeepCopyEmptyDest
Method · 0.76
testMemmove
Method · 0.76
testSetMemoryVanillaInt
Method · 0.76