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

Method num_kernels

cpp/src/arrow/compute/function.h:272–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 }
271
272 int num_kernels() const override { return static_cast<int>(kernels_.size()); }
273
274 protected:
275 FunctionImpl(std::string name, Function::Kind kind, const Arity& arity, FunctionDoc doc,

Callers 2

CheckAddDispatchFunction · 0.80
TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 2

CheckAddDispatchFunction · 0.64
TESTFunction · 0.64