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

Method getId

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

Returns the ID of this relational expression, unique among all relational expressions created since the server was started. @return Unique ID

()

Source from the content-addressed store, hash-verified

31 * @return Unique ID
32 */
33 int getId();
34
35 /**
36 * Returns a string which concisely describes the definition of this

Callers 15

ruleAttemptedMethod · 0.65
computeDigestMethod · 0.65
provenanceRecurseMethod · 0.65
dumpSetsMethod · 0.65
dumpGraphvizMethod · 0.65
visitMethod · 0.65
renameMethod · 0.65
registerImplMethod · 0.65
registerSubsetMethod · 0.65
transformToMethod · 0.65

Implementers 1

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

Calls

no outgoing calls