MCPcopy Create free account
hub / github.com/questdb/questdb / ofNull

Method ofNull

core/src/main/java/io/questdb/std/Decimal256.java:1519–1525  ·  view source on GitHub ↗

Set this Decimal256 to the null value.

()

Source from the content-addressed store, hash-verified

1517 * Set this Decimal256 to the null value.
1518 */
1519 public void ofNull() {
1520 hh = Decimals.DECIMAL256_HH_NULL;
1521 hl = Decimals.DECIMAL256_HL_NULL;
1522 lh = Decimals.DECIMAL256_LH_NULL;
1523 ll = Decimals.DECIMAL256_LL_NULL;
1524 scale = 0;
1525 }
1526
1527 /**
1528 * Sets this Decimal256 to the specified 256-bit value, but does not change the scale.

Callers 8

testStoreRowMethod · 0.95
assertStoreDecimal128Method · 0.95
testCompareToWithNullMethod · 0.95
addMethod · 0.95
moduloMethod · 0.95
multiplyMethod · 0.95
subtractMethod · 0.95

Calls

no outgoing calls

Tested by 4

testStoreRowMethod · 0.76
assertStoreDecimal128Method · 0.76
testCompareToWithNullMethod · 0.76