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

Method hashCode

core/src/main/java/org/apache/calcite/plan/RelTrait.java:53–53  ·  view source on GitHub ↗

See note about equals() and hashCode() .

()

Source from the content-addressed store, hash-verified

51 * See <a href="#EqualsHashCodeNote">note about equals() and hashCode()</a>.
52 */
53 @Override int hashCode();
54
55 /**
56 * See <a href="#EqualsHashCodeNote">note about equals() and hashCode()</a>.

Callers 15

asQueryableMethod · 0.65
checkListsMethod · 0.65
hashCodeMethod · 0.65
assertNodeEqualsMethod · 0.65
assertNodeNotEqualMethod · 0.65
testAsListMethod · 0.65
testConsMethod · 0.65
testConsPerformanceMethod · 0.65
testImmutableIntListMethod · 0.65
testIdPairMethod · 0.65

Implementers 4

AltTraitcore/src/test/java/org/apache/calcite/
CustomTraitcore/src/test/java/org/apache/calcite/
SimpleDistributioncore/src/test/java/org/apache/calcite/
RelCompositeTraitcore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 15

checkListsMethod · 0.52
hashCodeMethod · 0.52
assertNodeEqualsMethod · 0.52
assertNodeNotEqualMethod · 0.52
testAsListMethod · 0.52
testConsMethod · 0.52
testConsPerformanceMethod · 0.52
testImmutableIntListMethod · 0.52
testIdPairMethod · 0.52
testFlatListMethod · 0.52