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

Method begin

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

Forward iterator that points to the start of the values in the bitset. Points at the first set bit, or at end() if no bits are set.

Source from the content-addressed store, hash-verified

119 // Forward iterator that points to the start of the values in the bitset.
120 // Points at the first set bit, or at end() if no bits are set.
121 iterator begin() const {
122 iterator iter(this, -1);
123 iter.seek_forward();
124 return iter;
125 }
126
127 // Forward iterator that points to the end of the values in the bitset.
128 iterator end() const {

Callers 15

TEST_FFunction · 0.45
GetConfiguredPrincipalFunction · 0.45
ImportKeysMethod · 0.45
GCResultsMethod · 0.45
GCCompletionRecordsMethod · 0.45
~ConnectionMethod · 0.45
BlockingGetMethod · 0.45
FirstIncompleteMethod · 0.45
IsTrustedConnectionMethod · 0.45
ScanIdleConnectionsMethod · 0.45
DestroyConnectionMethod · 0.45

Calls 1

seek_forwardMethod · 0.80

Tested by 13

TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
GetRandomFileMethod · 0.36
AssertLogCountMethod · 0.36
TEST_FFunction · 0.36