Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ empty
Method
empty
bolt/functions/prestosql/ArrayIntersectExcept.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
util::floating_point::HashSetNaNAware<T> set;
51
52
bool empty() const {
53
return !hasNull && set.empty();
54
}
55
56
bool hasNull{false};
57
static constexpr vector_size_t kInitialSetSize{128};
Callers
15
jsonpath_to_pointer
Function · 0.45
initialize
Method · 0.45
initialize
Method · 0.45
initialize
Method · 0.45
apply
Method · 0.45
apply
Method · 0.45
call
Method · 0.45
callNullFree
Method · 0.45
call
Method · 0.45
call
Method · 0.45
call
Method · 0.45
call
Method · 0.45
Calls
no outgoing calls
Tested by
9
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
buildDataVector
Method · 0.36
buildDataVector
Method · 0.36
getEntropyCounts
Method · 0.36
testDistinctGroupBy
Method · 0.36
testDistinctGlobalAgg
Method · 0.36
testEncodings
Method · 0.36