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

Method entrySet

core/src/main/java/org/apache/calcite/util/Util.java:2579–2582  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2577 };
2578 return new AbstractMap<K, V>() {
2579 @SuppressWarnings("override.return.invalid")
2580 @Override public Set<Entry<K, V>> entrySet() {
2581 return entrySet;
2582 }
2583 };
2584 }
2585

Callers 15

testPsInfoParsingMethod · 0.45
getTableMapMethod · 0.45
metadataMethod · 0.45
applyMethod · 0.45
translateAndMethod · 0.45
unnestInternalMethod · 0.45
decorrelateMethod · 0.45
decorrelateRelMethod · 0.45
shiftMappingMethod · 0.45

Calls

no outgoing calls

Tested by 9

testPsInfoParsingMethod · 0.36
totalDistanceMethod · 0.36
checkMethod · 0.36
checkExistsMethod · 0.36
withMethod · 0.36
createConnectionMethod · 0.36
resolveColumnMethod · 0.36
createIndexMethod · 0.36