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

Function FixedSizeBinaryLike

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

Source from the content-addressed store, hash-verified

273}
274
275std::shared_ptr<TypeMatcher> FixedSizeBinaryLike() {
276 return std::make_shared<FixedSizeBinaryLikeMatcher>();
277}
278
279class RunEndIntegerMatcher : public TypeMatcher {
280 public:

Callers 2

PopulateTakeKernelsFunction · 0.85
AddCountDistinctKernelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected