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

Method getLow

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

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

()

Source from the content-addressed store, hash-verified

803 * @return the low 64 bits of the decimal value
804 */
805 public long getLow() {
806 return low;
807 }
808
809 @Override
810 public final int getMaxPrecision() {

Callers 15

setSignedDecimal128Method · 0.95
testAddRescaleBMethod · 0.95
testCopyFromMethod · 0.95
testDivideMethod · 0.95
testDivisionScaledMethod · 0.95
testFromDoubleMethod · 0.95
testFromLongMethod · 0.95
testLargeNumbersMethod · 0.95
testMultiplyMethod · 0.95

Calls

no outgoing calls

Tested by 15

setSignedDecimal128Method · 0.76
testAddRescaleBMethod · 0.76
testCopyFromMethod · 0.76
testDivideMethod · 0.76
testDivisionScaledMethod · 0.76
testFromDoubleMethod · 0.76
testFromLongMethod · 0.76
testLargeNumbersMethod · 0.76
testMultiplyMethod · 0.76