Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ empty
Method
empty
be/src/kudu/util/bitset.h:96–98 ·
view source on GitHub ↗
Returns whether the set is empty.
Source
from the content-addressed store, hash-verified
94
95
// Returns whether the set is empty.
96
bool empty() const {
97
return bitset_.none();
98
}
99
100
// Clears the contents of the set.
101
void clear() {
Callers
15
ValidateTrustedCertFile
Function · 0.45
DoRequest
Method · 0.45
DoReadFileToString
Function · 0.45
needs_flush_or_write
Method · 0.45
OverrideBytesFreeWithTestingFlags
Function · 0.45
CreateDirsRecursively
Function · 0.45
ListTrackers
Method · 0.45
TrackersToPb
Method · 0.45
RollingLog
Method · 0.45
UrlEncode
Function · 0.45
Base64Encode
Function · 0.45
ParseKey
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestUrl
Function · 0.36
TestBase64
Function · 0.36
TEST_F
Function · 0.36
CheckGroupedFlags01
Function · 0.36
CheckGroupedFlags23
Function · 0.36
CompareContainers
Function · 0.36
TEST
Function · 0.36
ConsumerThread
Method · 0.36
GetRandomFile
Method · 0.36
ReadRandomChunk
Method · 0.36
WriteRandomChunk
Method · 0.36
StressTest
Method · 0.36