Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ get
Method
get
fe/src/main/java/org/apache/impala/util/DisjointSet.java:57–57 ·
view source on GitHub ↗
Returns the item set corresponding to the given item or null if it doesn't exist.
(T item)
Source
from the content-addressed store, hash-verified
55
* doesn't exist.
56
*/
57
public
Set<T> get(T item) {
return
itemSets_.get(item); }
58
59
public
Set<Set<T>> getSets() {
return
uniqueSets_.keySet(); }
60
Callers
5
testMakeSet
Method · 0.95
testUnion
Method · 0.95
testBulkUnion
Method · 0.95
createEquivConjuncts
Method · 0.95
bulkUnion
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
3
testMakeSet
Method · 0.76
testUnion
Method · 0.76
testBulkUnion
Method · 0.76