Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ std_has
Function
std_has
cpp/src/arrow/acero/sorted_merge_node.cc:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
template <typename T, typename V = typename T::value_type>
63
inline bool std_has(const T& container, const V& val) {
64
return container.end() != std_find(container, val);
65
}
66
67
} // namespace
68
Callers
2
InputReceived
Method · 0.70
InputFinished
Method · 0.70
Calls
2
std_find
Function · 0.70
end
Method · 0.45
Tested by
no test coverage detected