MCPcopy Index your code
hub / github.com/questdb/questdb / compareTo

Method compareTo

core/src/main/java/io/questdb/std/Decimal64.java:369–371  ·  view source on GitHub ↗

Compare this to another Decimal64

(Decimal64 other)

Source from the content-addressed store, hash-verified

367 * Compare this to another Decimal64
368 */
369 public int compareTo(Decimal64 other) {
370 return compareTo(other.value, other.scale);
371 }
372
373 /**
374 * Compare this to another Decimal64

Calls 3

isNullMethod · 0.95
scaleUpMethod · 0.95
compareMethod · 0.65