MCPcopy 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

testMakeSetMethod · 0.95
testUnionMethod · 0.95
testBulkUnionMethod · 0.95
createEquivConjunctsMethod · 0.95
bulkUnionMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 3

testMakeSetMethod · 0.76
testUnionMethod · 0.76
testBulkUnionMethod · 0.76