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

Method getLh

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

Gets the mid 64 bits of the 256-bit decimal value (bits 64-127). @return the mid 64 bits

()

Source from the content-addressed store, hash-verified

1167 * @return the mid 64 bits
1168 */
1169 public long getLh() {
1170 return lh;
1171 }
1172
1173 /**
1174 * Gets the low 64 bits of the 256-bit decimal value (bits 0-63).

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