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

Method ofZero

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

Resets this decimal to zero with scale 0. This method initializes the decimal to represent the exact value 0, clearing any previous value and resetting the scale to 0.

()

Source from the content-addressed store, hash-verified

138 * any previous value and resetting the scale to 0.
139 */
140 void ofZero();
141
142 /**
143 * Sets the scale directly without performing any rescaling operations on the underlying value.

Callers 15

reopenMethod · 0.65
resetMethod · 0.65
toTopMethod · 0.65
reopenMethod · 0.65
resetMethod · 0.65
toTopMethod · 0.65
resetMethod · 0.65
reopenMethod · 0.65
resetMethod · 0.65
toTopMethod · 0.65
reopenMethod · 0.65
resetMethod · 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

no test coverage detected