MCPcopy 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
62template <typename T, typename V = typename T::value_type>
63inline bool std_has(const T& container, const V& val) {
64 return container.end() != std_find(container, val);
65}
66
67} // namespace
68

Callers 2

InputReceivedMethod · 0.70
InputFinishedMethod · 0.70

Calls 2

std_findFunction · 0.70
endMethod · 0.45

Tested by

no test coverage detected