MCPcopy Create free account
hub / github.com/apache/fluss / scale

Method scale

fluss-common/src/main/java/org/apache/fluss/row/Decimal.java:105–107  ·  view source on GitHub ↗

Returns the scale of this Decimal.

()

Source from the content-addressed store, hash-verified

103
104 /** Returns the <i>scale</i> of this {@link Decimal}. */
105 public int scale() {
106 return scale;
107 }
108
109 /** Converts this {@link Decimal} into an instance of {@link BigDecimal}. */
110 public BigDecimal toBigDecimal() {

Callers 13

testGetDecimalCompactMethod · 0.95
aggMethod · 0.95
aggMethod · 0.95
testDecimalCompactMethod · 0.95
testNormalMethod · 0.95
fromFlinkDecimalMethod · 0.80
doubleValueMethod · 0.80
addMethod · 0.80
subtractMethod · 0.80

Calls

no outgoing calls

Tested by 3

testGetDecimalCompactMethod · 0.76
testDecimalCompactMethod · 0.76
testNormalMethod · 0.76