Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ putByte
Method
putByte
core/src/main/java/io/questdb/std/Unsafe.java:354–356 ·
view source on GitHub ↗
(long address, byte value)
Source
from the content-addressed store, hash-verified
352
}
353
354
public
static
void
putByte(long address, byte value) {
355
UNSAFE.putByte(address, value);
356
}
357
358
public
static
void
putChar(long address, char value) {
359
UNSAFE.putChar(address, value);
Callers
15
assertRawArray
Method · 0.95
createTempFile
Method · 0.95
putUtf8
Method · 0.95
playScript
Method · 0.95
testHeartbeatIntervals
Method · 0.95
testParseFromMemoryEmptyArray
Method · 0.95
testParseFromMemorySimpleArray
Method · 0.95
testParseFromMemorySingleElement
Method · 0.95
testParseFromMemoryWithExpectedDimCount
Method · 0.95
testParseFromMemoryWithNulls
Method · 0.95
testParseFromMemoryWithSquareBrackets
Method · 0.95
testTwoThreadsSendTwoThreadsRead
Method · 0.95
Calls
1
putByte
Method · 0.65
Tested by
15
assertRawArray
Method · 0.76
createTempFile
Method · 0.76
putUtf8
Method · 0.76
playScript
Method · 0.76
testHeartbeatIntervals
Method · 0.76
testParseFromMemoryEmptyArray
Method · 0.76
testParseFromMemorySimpleArray
Method · 0.76
testParseFromMemorySingleElement
Method · 0.76
testParseFromMemoryWithExpectedDimCount
Method · 0.76
testParseFromMemoryWithNulls
Method · 0.76
testParseFromMemoryWithSquareBrackets
Method · 0.76
testTwoThreadsSendTwoThreadsRead
Method · 0.76