Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
231
std::shared_ptr<TypeMatcher> BinaryLike() {
232
return std::make_shared<BinaryLikeMatcher>();
233
}
234
235
class LargeBinaryLikeMatcher : public TypeMatcher {
236
public:
Callers
3
PopulateFilterKernels
Function · 0.85
PopulateTakeKernels
Function · 0.85
AddCountDistinctKernels
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected