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

Method getMaxScale

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

Returns the maximum scale (number of digits after the decimal point) supported by this decimal type. Scale limits vary by implementation: Decimal64: 18 Decimal128: 38 Decimal256: 76 @return the maximum number of decimal places this type can represent

()

Source from the content-addressed store, hash-verified

88 * @return the maximum number of decimal places this type can represent
89 */
90 int getMaxScale();
91
92 /**
93 * Returns true if this decimal represents the null value.

Callers 1

parseMethod · 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