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

Function std_index

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

Source from the content-addressed store, hash-verified

86template <typename T, typename V = typename T::value_type,
87 typename D = typename T::difference_type>
88inline D std_index(const T& container, const V& val) {
89 return std_find(container, val) - container.begin();
90}
91
92typedef uint64_t ByType;
93typedef uint64_t OnType;

Callers

nothing calls this directly

Calls 2

std_findFunction · 0.70
beginMethod · 0.45

Tested by

no test coverage detected