MCPcopy Create free account
hub / github.com/apache/arrow / std_find

Function std_find

cpp/src/arrow/acero/sorted_merge_node.cc:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57template <typename T, typename V = typename T::value_type>
58inline typename T::const_iterator std_find(const T& container, const V& val) {
59 return std::find(container.begin(), container.end(), val);
60}
61
62template <typename T, typename V = typename T::value_type>
63inline bool std_has(const T& container, const V& val) {

Callers 3

std_hasFunction · 0.70
InputReceivedMethod · 0.70
InputFinishedMethod · 0.70

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected