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

Method ofNull

core/src/main/java/io/questdb/std/Decimal.java:132–132  ·  view source on GitHub ↗

Sets this decimal to the null value. After calling this method, the decimal represents a NULL, which is distinct from zero. NULL decimals cannot participate in arithmetic operations. @see Decimals#DECIMAL64_NULL @see Decimals#DECIMAL128_HI_NULL @see Decimals#DECIMAL256_HH_NULL

()

Source from the content-addressed store, hash-verified

130 * @see Decimals#DECIMAL256_HH_NULL
131 */
132 void ofNull();
133
134 /**
135 * Resets this decimal to zero with scale 0.

Callers 15

testNullMethod · 0.65
testNullMethod · 0.65
loadMethod · 0.65
processNextBinaryPartMethod · 0.65
loadMethod · 0.65
implicitCastStrAsUuidMethod · 0.65
getArrayMethod · 0.65
getArrayMethod · 0.65
ArrayConstantMethod · 0.65
ArrayConstantClass · 0.65
getArrayMethod · 0.65

Implementers 3

Decimal128core/src/main/java/io/questdb/std/Deci
Decimal256core/src/main/java/io/questdb/std/Deci
Decimal64core/src/main/java/io/questdb/std/Deci

Calls

no outgoing calls

Tested by 2

testNullMethod · 0.52
testNullMethod · 0.52