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

Method getLl

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

Gets the low 64 bits of the 256-bit decimal value (bits 0-63). @return the low 64 bits

()

Source from the content-addressed store, hash-verified

1176 * @return the low 64 bits
1177 */
1178 public long getLl() {
1179 return ll;
1180 }
1181
1182 @Override
1183 public final int getMaxPrecision() {

Callers 15

assertCellMethod · 0.95
setSignedDecimal256Method · 0.95
generateValueMethod · 0.95
testAddRescaleBMethod · 0.95
testCopyFromMethod · 0.95

Calls

no outgoing calls

Tested by 15

assertCellMethod · 0.76
setSignedDecimal256Method · 0.76
generateValueMethod · 0.76
testAddRescaleBMethod · 0.76
testCopyFromMethod · 0.76