MCPcopy
hub / github.com/questdb/questdb / getByte

Method getByte

core/src/main/java/io/questdb/std/Unsafe.java:200–202  ·  view source on GitHub ↗
(long address)

Source from the content-addressed store, hash-verified

198 }
199
200 public static byte getByte(long address) {
201 return UNSAFE.getByte(address);
202 }
203
204 public static char getChar(long address) {
205 return UNSAFE.getChar(address);

Callers 15

exportToParquetMethod · 0.95
assertEqualsMethod · 0.95
assertBuffersMethod · 0.95
testMultipleChunksMethod · 0.95
onChunkMethod · 0.95
executeExplicitMethod · 0.95

Calls 1

getByteMethod · 0.65

Tested by 15

exportToParquetMethod · 0.76
assertEqualsMethod · 0.76
assertBuffersMethod · 0.76
testMultipleChunksMethod · 0.76
onChunkMethod · 0.76
executeExplicitMethod · 0.76