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

Method ofZero

core/src/main/java/io/questdb/std/Decimal256.java:1625–1628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1623 }
1624
1625 @Override
1626 public void ofZero() {
1627 of(0, 0, 0, 0, 0);
1628 }
1629
1630 /**
1631 * Rescale this Decimal256 in place

Callers

nothing calls this directly

Calls 1

ofMethod · 0.95

Tested by

no test coverage detected