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

Method isNull

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

Returns true if this decimal represents the null value.

()

Source from the content-addressed store, hash-verified

93 * Returns true if this decimal represents the null value.
94 */
95 boolean isNull();
96
97 /**
98 * Negates this decimal value in-place, changing its sign.

Callers 15

assertArrayMethod · 0.65
assertDecimal128Method · 0.65
assertDecimal256Method · 0.65
assertRawArrayMethod · 0.65
onBatchMethod · 0.65
onBatchMethod · 0.65
testBooleanMethod · 0.65
testDateMethod · 0.65
testDoubleMethod · 0.65
testFloatMethod · 0.65
testIntMethod · 0.65
testLongMethod · 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 15

assertArrayMethod · 0.52
assertDecimal128Method · 0.52
assertDecimal256Method · 0.52
assertRawArrayMethod · 0.52
onBatchMethod · 0.52
onBatchMethod · 0.52
testBooleanMethod · 0.52
testDateMethod · 0.52
testDoubleMethod · 0.52
testFloatMethod · 0.52
testIntMethod · 0.52
testLongMethod · 0.52