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

Method reset

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

Resets this Planner to be used with a new query. This should be called between each new query.

()

Source from the content-addressed store, hash-verified

130 * should be called between each new query.
131 */
132 void reset();
133
134 /**
135 * Releases all internal resources utilized while this {@code Planner}

Callers 15

resetMethod · 0.65
resetMethod · 0.65
parseMethod · 0.65
loadCommandMethod · 0.65
fromMethod · 0.65
resetMethod · 0.65
resetMethod · 0.65
resetMethod · 0.65
resetMethod · 0.65
crc32Method · 0.65
resetMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 4

loadCommandMethod · 0.52
applyDiffMaskMethod · 0.52
matchIgnorePatternsMethod · 0.52