Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ reset
Method
reset
plus/src/main/java/org/apache/calcite/adapter/os/OsQuery.java:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
@Override
public
void
reset() {
54
enumerator.reset();
55
}
56
57
@Override
public
void
close() {
58
enumerator.close();
Callers
nothing calls this directly
Calls
1
reset
Method · 0.65
Tested by
no test coverage detected