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

Method getMaxPrecision

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

Returns the maximum precision (total number of significant digits) supported by this decimal type. Precision limits vary by implementation: Decimal64: 18 digits Decimal128: 38 digits Decimal256: 76 digits @return the maximum number of significant digits thi

()

Source from the content-addressed store, hash-verified

74 * @return the maximum number of significant digits this type can represent
75 */
76 int getMaxPrecision();
77
78 /**
79 * Returns the maximum scale (number of digits after the decimal point) supported by this decimal type.

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