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

Method getRelDigest

core/src/main/java/org/apache/calcite/rel/RelNode.java:278–278  ·  view source on GitHub ↗

Returns a digest of this RelNode. INTERNAL USE ONLY. For use by the planner. @return Digest of this RelNode @see #getDigest()

()

Source from the content-addressed store, hash-verified

276 * @see #getDigest()
277 */
278 @API(since = "1.24", status = API.Status.INTERNAL)
279 RelDigest getRelDigest();
280
281 /**

Callers 11

contractVerticesMethod · 0.95
tryCleanVerticesMethod · 0.95
addMethod · 0.65
renameMethod · 0.65
reregisterMethod · 0.65
fixUpInputsMethod · 0.65
registerImplMethod · 0.65
addRelToGraphMethod · 0.65
updateVertexMethod · 0.65
onMatchMethod · 0.65
visitMethod · 0.65

Implementers 1

AbstractRelNodecore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by

no test coverage detected