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

Function BinaryLike

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

Source from the content-addressed store, hash-verified

229};
230
231std::shared_ptr<TypeMatcher> BinaryLike() {
232 return std::make_shared<BinaryLikeMatcher>();
233}
234
235class LargeBinaryLikeMatcher : public TypeMatcher {
236 public:

Callers 3

PopulateFilterKernelsFunction · 0.85
PopulateTakeKernelsFunction · 0.85
AddCountDistinctKernelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected