Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
assertArray
Method · 0.65
assertDecimal128
Method · 0.65
assertDecimal256
Method · 0.65
assertRawArray
Method · 0.65
onBatch
Method · 0.65
onBatch
Method · 0.65
testBoolean
Method · 0.65
testDate
Method · 0.65
testDouble
Method · 0.65
testFloat
Method · 0.65
testInt
Method · 0.65
testLong
Method · 0.65
Implementers
3
Decimal128
core/src/main/java/io/questdb/std/Deci
Decimal256
core/src/main/java/io/questdb/std/Deci
Decimal64
core/src/main/java/io/questdb/std/Deci
Calls
no outgoing calls
Tested by
15
assertArray
Method · 0.52
assertDecimal128
Method · 0.52
assertDecimal256
Method · 0.52
assertRawArray
Method · 0.52
onBatch
Method · 0.52
onBatch
Method · 0.52
testBoolean
Method · 0.52
testDate
Method · 0.52
testDouble
Method · 0.52
testFloat
Method · 0.52
testInt
Method · 0.52
testLong
Method · 0.52