MCPcopy 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);

Calls 1

getLongMethod · 0.65