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

Function Primitive

cpp/src/arrow/compute/kernel.cc:213–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211};
212
213std::shared_ptr<TypeMatcher> Primitive() { return std::make_shared<PrimitiveMatcher>(); }
214
215class BinaryLikeMatcher : public TypeMatcher {
216 public:

Callers 4

ARROW_ASSIGN_OR_RAISEFunction · 0.85
VisitFunction · 0.85
PopulateFilterKernelsFunction · 0.85
PopulateTakeKernelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected