Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ operator()
Method
operator()
be/src/gutil/strings/split.h:462–464 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
// EXPECT_THAT(v, ElementsAre(
" a "
,
" "
,
"b"
));
461
struct SkipEmpty {
462
bool operator()(StringPiece sp) const {
463
return !sp.empty();
464
}
465
};
466
467
// Returns false if the given StringPiece is empty or contains only whitespace,
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected