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

Method getHigh

core/src/main/java/io/questdb/std/Decimal128.java:796–798  ·  view source on GitHub ↗

Gets the high 64 bits of the 128-bit decimal value. @return the high 64 bits of the decimal value

()

Source from the content-addressed store, hash-verified

794 * @return the high 64 bits of the decimal value
795 */
796 public long getHigh() {
797 return high;
798 }
799
800 /**
801 * Gets the low 64 bits of the 128-bit decimal value.

Callers 15

setSignedDecimal128Method · 0.95
testCopyFromMethod · 0.95
testDivisionScaledMethod · 0.95
testFromLongMethod · 0.95
testLargeNumbersMethod · 0.95
testMultiplyMethod · 0.95
testPowersTenTableMethod · 0.95
testRoundFuzzMethod · 0.95

Calls

no outgoing calls

Tested by 15

setSignedDecimal128Method · 0.76
testCopyFromMethod · 0.76
testDivisionScaledMethod · 0.76
testFromLongMethod · 0.76
testLargeNumbersMethod · 0.76
testMultiplyMethod · 0.76
testPowersTenTableMethod · 0.76
testRoundFuzzMethod · 0.76