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

Method equals

core/src/main/java/org/apache/calcite/rex/RexNode.java:122–122  ·  view source on GitHub ↗

{@inheritDoc} Every node must implement #equals based on its content

(@Nullable Object obj)

Source from the content-addressed store, hash-verified

120 * <p>Every node must implement {@link #equals} based on its content
121 */
122 @Override public abstract boolean equals(@Nullable Object obj);
123
124 /** {@inheritDoc}
125 *

Callers 15

simplifyComparisonMethod · 0.95
simplifySearchMethod · 0.95
simplifyTrimMethod · 0.95
removeAllMethod · 0.95
matchFilterMethod · 0.95
matchJoinMethod · 0.95
onMatchMethod · 0.95

Calls

no outgoing calls