MCPcopy Create free account
hub / github.com/apache/calcite / hash

Method hash

core/src/main/java/org/apache/calcite/runtime/Utilities.java:49–51  ·  view source on GitHub ↗
(@Nullable Object v)

Source from the content-addressed store, hash-verified

47 }
48
49 public static int hash(@Nullable Object v) {
50 return v == null ? 0 : v.hashCode();
51 }
52
53 /** Computes the hash code of a {@code double} value. Equivalent to
54 * {@link Double}{@code .hashCode(double)}, but that method was only

Callers 12

hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.45
hashCodeMethod · 0.45
hashCodeMethod · 0.45
hashCodeMethod · 0.45
hashCodeMethod · 0.45

Calls 2

hashCodeMethod · 0.95
hashCodeMethod · 0.65

Tested by

no test coverage detected