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

Method compareUnsigned

core/src/main/java/io/questdb/std/Numbers.java:644–646  ·  view source on GitHub ↗
(byte a, byte b)

Source from the content-addressed store, hash-verified

642 }
643
644 public static int compareUnsigned(byte a, byte b) {
645 return Byte.toUnsignedInt(a) - Byte.toUnsignedInt(b);
646 }
647
648 public static int decodeHighInt(long val) {
649 return (int) (val >> 32);

Callers 15

compareMethod · 0.95
greaterThanMethod · 0.95
lessThanMethod · 0.95
getBoolMethod · 0.80
getBoolMethod · 0.80
getBoolMethod · 0.80
compareUuidsMethod · 0.80
compareUuidsMethod · 0.80
fastRejectsKeyMethod · 0.80
isBeyondThresholdMethod · 0.80
compareMethod · 0.80
compareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected