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

Function LargeBinaryLike

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

Source from the content-addressed store, hash-verified

269};
270
271std::shared_ptr<TypeMatcher> LargeBinaryLike() {
272 return std::make_shared<LargeBinaryLikeMatcher>();
273}
274
275std::shared_ptr<TypeMatcher> FixedSizeBinaryLike() {
276 return std::make_shared<FixedSizeBinaryLikeMatcher>();

Callers 3

PopulateFilterKernelsFunction · 0.85
PopulateTakeKernelsFunction · 0.85
AddCountDistinctKernelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected