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

Function std_has

cpp/src/arrow/acero/asof_join_node.cc:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81template <typename T, typename V = typename T::value_type>
82inline bool std_has(const T& container, const V& val) {
83 return container.end() != std_find(container, val);
84}
85
86template <typename T, typename V = typename T::value_type,
87 typename D = typename T::difference_type>

Callers 4

IsTimeOrKeyColumnMethod · 0.70
MakeOutputSchemaMethod · 0.70
InputReceivedMethod · 0.70
InputFinishedMethod · 0.70

Calls 2

std_findFunction · 0.70
endMethod · 0.45

Tested by

no test coverage detected