Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
exportToParquet
Method · 0.95
assertEquals
Method · 0.95
assertBuffers
Method · 0.95
testSendHttpGetAndSimpleResponse
Method · 0.95
testTwoThreadsSendTwoThreadsRead
Method · 0.95
assertDownloadResponse
Method · 0.95
testChunkSizeOverflowInSecondChunk
Method · 0.95
testMultipleChunks
Method · 0.95
testNormalChunkedRequest
Method · 0.95
onChunk
Method · 0.95
executeExplicit
Method · 0.95
executeUntilDisconnect
Method · 0.95
Calls
1
getByte
Method · 0.65
Tested by
15
exportToParquet
Method · 0.76
assertEquals
Method · 0.76
assertBuffers
Method · 0.76
testSendHttpGetAndSimpleResponse
Method · 0.76
testTwoThreadsSendTwoThreadsRead
Method · 0.76
assertDownloadResponse
Method · 0.76
testChunkSizeOverflowInSecondChunk
Method · 0.76
testMultipleChunks
Method · 0.76
testNormalChunkedRequest
Method · 0.76
onChunk
Method · 0.76
executeExplicit
Method · 0.76
executeUntilDisconnect
Method · 0.76