Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ close
Method
close
plus/src/main/java/org/apache/calcite/adapter/os/OsQuery.java:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
@Override
public
void
close() {
58
enumerator.close();
59
}
60
61
public
List<Object[]> eval(String type) {
62
OsQueryType queryType = OsQueryType.valueOf(type.toUpperCase(Locale.ROOT));
Callers
nothing calls this directly
Calls
1
close
Method · 0.65
Tested by
no test coverage detected