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

Method isNull

core/src/main/java/io/questdb/std/Long256Impl.java:50–52  ·  view source on GitHub ↗
(Long256 value)

Source from the content-addressed store, hash-verified

48 }
49
50 public static boolean isNull(Long256 value) {
51 return Long256Impl.NULL_LONG256.equals(value);
52 }
53
54 public static boolean isNull(long l0, long l1, long l2, long l3) {
55 return l0 == Numbers.LONG_NULL && l1 == Numbers.LONG_NULL && l2 == Numbers.LONG_NULL && l3 == Numbers.LONG_NULL;

Callers 15

assertLong256Method · 0.95
getLong256AMethod · 0.95
getLong256BMethod · 0.95
computeBatchMethod · 0.95
mergeMethod · 0.95
computeFirstMethod · 0.95
computeKeyedBatchMethod · 0.95

Calls 1

equalsMethod · 0.65

Tested by 4

assertLong256Method · 0.76