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

Function NoMatchingKernel

cpp/src/arrow/compute/function.cc:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114namespace detail {
115
116Status NoMatchingKernel(const Function* func, const std::vector<TypeHolder>& types) {
117 return Status::NotImplemented("Function '", func->name(),
118 "' has no kernel matching input types ",
119 TypeHolder::ToString(types));
120}
121
122template <typename KernelType>
123const KernelType* DispatchExactImpl(const std::vector<KernelType*>& kernels,

Callers 15

DispatchExactMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchExactMethod · 0.85

Calls 3

NotImplementedFunction · 0.50
ToStringFunction · 0.50
nameMethod · 0.45

Tested by

no test coverage detected