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

Method Call

cpp/src/arrow/compute/kernels/scalar_string_ascii.cc:1679–1681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1677
1678 template <typename OutValue, typename... Ignored>
1679 OutValue Call(KernelContext*, std::string_view val, Status*) const {
1680 return static_cast<OutValue>(matcher_.Find(val));
1681 }
1682};
1683
1684#ifdef ARROW_WITH_RE2

Callers

nothing calls this directly

Calls 1

FindMethod · 0.45

Tested by

no test coverage detected