MCPcopy Create free account
hub / github.com/apache/impala / find

Method find

be/src/kudu/util/bitset.h:134–136  ·  view source on GitHub ↗

Forward iterator that points at the element 'val' if it exists, or at end() if it doesn't exist.

Source from the content-addressed store, hash-verified

132 // Forward iterator that points at the element 'val' if it exists, or at
133 // end() if it doesn't exist.
134 iterator find(const IntType& val) const {
135 return contains(val) ? iterator(this, val) : end();
136 }
137
138 private:
139 COMPILE_ASSERT(MaxVals < 64, bitset_size_too_large);

Callers 15

GetConfiguredPrincipalFunction · 0.45
SamplerForCallMethod · 0.45
LookupMethodMethod · 0.45
TEST_FFunction · 0.45
AssertShutdownFunction · 0.45
TEST_FFunction · 0.45
SaslIpPortStringFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
ListFilesInDirFunction · 0.45

Calls 3

containsFunction · 0.85
iteratorClass · 0.85
endFunction · 0.85

Tested by 12

TEST_FFunction · 0.36
AssertShutdownFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36
GetTimeSeriesMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
CheckMergeOutputFunction · 0.36