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

Method getHh

core/src/main/java/io/questdb/std/Decimal256.java:1151–1153  ·  view source on GitHub ↗

Gets the highest 64 bits of the 256-bit decimal value (bits 192-255). @return the highest 64 bits

()

Source from the content-addressed store, hash-verified

1149 * @return the highest 64 bits
1150 */
1151 public long getHh() {
1152 return hh;
1153 }
1154
1155 /**
1156 * Gets the high 64 bits of the 256-bit decimal value (bits 128-191).

Callers 15

assertCellMethod · 0.95
setSignedDecimal256Method · 0.95
generateValueMethod · 0.95
testCopyFromMethod · 0.95
testDivisionScaledMethod · 0.95
testFromLongMethod · 0.95

Calls

no outgoing calls

Tested by 15

assertCellMethod · 0.76
setSignedDecimal256Method · 0.76
generateValueMethod · 0.76
testCopyFromMethod · 0.76
testDivisionScaledMethod · 0.76
testFromLongMethod · 0.76