Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
std::shared_ptr<TypeMatcher> FixedSizeBinaryLike() {
276
return std::make_shared<FixedSizeBinaryLikeMatcher>();
277
}
278
279
class RunEndIntegerMatcher : public TypeMatcher {
280
public:
Callers
2
PopulateTakeKernels
Function · 0.85
AddCountDistinctKernels
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected