MCPcopy 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_pointerFunction · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
callMethod · 0.45
callNullFreeMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45

Calls

no outgoing calls

Tested by 9

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
buildDataVectorMethod · 0.36
buildDataVectorMethod · 0.36
getEntropyCountsMethod · 0.36
testDistinctGroupByMethod · 0.36
testDistinctGlobalAggMethod · 0.36
testEncodingsMethod · 0.36