Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ contains
Method
contains
src/org/apache/pig/impl/util/IdentityHashSet.java:52–54 ·
view source on GitHub ↗
(Object element)
Source
from the content-addressed store, hash-verified
50
}
51
52
public
boolean contains(Object element) {
53
return
map.containsKey(element);
54
}
55
56
public
boolean containsAll(Collection<?> elements) {
57
for
(Object element : elements) {
Callers
15
getWeightedCounts
Method · 0.95
PruneBaseDataConstrainedCoverage
Method · 0.95
verifyResults
Method · 0.45
testMultiStorageShouldSupportMultiLevelAndGz
Method · 0.45
testGenericUnion
Method · 0.45
testGetPaths
Method · 0.45
testMergeSchema7
Method · 0.45
testMergeSchema8
Method · 0.45
testRecursiveRecordWithSchemaCheck
Method · 0.45
testRecursiveRecordWithSchemaFile
Method · 0.45
testRecursiveRecordWithData
Method · 0.45
testGenericUnion
Method · 0.45
Calls
1
containsKey
Method · 0.45
Tested by
15
verifyResults
Method · 0.36
testMultiStorageShouldSupportMultiLevelAndGz
Method · 0.36
testGenericUnion
Method · 0.36
testGetPaths
Method · 0.36
testMergeSchema7
Method · 0.36
testMergeSchema8
Method · 0.36
testRecursiveRecordWithSchemaCheck
Method · 0.36
testRecursiveRecordWithSchemaFile
Method · 0.36
testRecursiveRecordWithData
Method · 0.36
testGenericUnion
Method · 0.36
verifyResults
Method · 0.36
toBag
Method · 0.36