Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ putInt
Method
putInt
core/src/main/java/io/questdb/std/Unsafe.java:370–372 ·
view source on GitHub ↗
(long address, int value)
Source
from the content-addressed store, hash-verified
368
}
369
370
public
static
void
putInt(long address,
int
value) {
371
UNSAFE.putInt(address, value);
372
}
373
374
public
static
void
putInt(Object o, long offset,
int
value) {
375
UNSAFE.putInt(o, offset, value);
Callers
15
testDeltaDictCountExceedingIntRange
Method · 0.95
testDeltaDictStartIdExceedingIntRange
Method · 0.95
testGorillaCursorOverReadsIntoNextColumnOnCorruptedData
Method · 0.95
testMessageCursorRejectsPayloadLongerThanMessageLength
Method · 0.95
testStringCursorRejectsAttackerControlledOffset
Method · 0.95
testDecodeIntColumn
Method · 0.95
testDecodeIntColumnExplicitSentinelWithBitmap
Method · 0.95
testDecodeIPv4ColumnSentinelNullNoBitmap
Method · 0.95
testDecodeIntColumnSentinelNullNoBitmap
Method · 0.95
writeInt
Method · 0.95
testDecodeEmptyStringColumn
Method · 0.95
testNonMonotonicOffsets
Method · 0.95
Calls
1
putInt
Method · 0.65
Tested by
15
testDeltaDictCountExceedingIntRange
Method · 0.76
testDeltaDictStartIdExceedingIntRange
Method · 0.76
testGorillaCursorOverReadsIntoNextColumnOnCorruptedData
Method · 0.76
testMessageCursorRejectsPayloadLongerThanMessageLength
Method · 0.76
testStringCursorRejectsAttackerControlledOffset
Method · 0.76
testDecodeIntColumn
Method · 0.76
testDecodeIntColumnExplicitSentinelWithBitmap
Method · 0.76
testDecodeIPv4ColumnSentinelNullNoBitmap
Method · 0.76
testDecodeIntColumnSentinelNullNoBitmap
Method · 0.76
writeInt
Method · 0.76
testDecodeEmptyStringColumn
Method · 0.76
testNonMonotonicOffsets
Method · 0.76