MCPcopy 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

testStringSimpleMethod · 0.95
getGeoIntMethod · 0.95
getIPv4Method · 0.95
getIntMethod · 0.95
getStrLenMethod · 0.95
getVarcharSizeMethod · 0.95
testMemmoveMethod · 0.95

Calls 1

getIntMethod · 0.65

Tested by 15

testStringSimpleMethod · 0.76
getGeoIntMethod · 0.76
getIPv4Method · 0.76
getIntMethod · 0.76
getStrLenMethod · 0.76
getVarcharSizeMethod · 0.76
testMemmoveMethod · 0.76