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

Method close

core/src/main/java/org/apache/calcite/tools/Planner.java:138–138  ·  view source on GitHub ↗

Releases all internal resources utilized while this Planner exists. Once called, this Planner object is no longer valid.

()

Source from the content-addressed store, hash-verified

136 * exists. Once called, this Planner object is no longer valid.
137 */
138 @Override void close();
139
140 RelTraitSet getEmptyTraitSet();
141}

Callers 15

closeMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
runMethod · 0.65
closeMethod · 0.65
testVanityDriverMethod · 0.65

Implementers 1

PlannerImplcore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 15

closeMethod · 0.52
testVanityDriverMethod · 0.52
testBadDirectoryMethod · 0.52
testDateType2Method · 0.52
afterMethod · 0.52
testInFilterMethod · 0.52
testNotInFilterMethod · 0.52
afterAllMethod · 0.52