Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ SameTypeId
Function
SameTypeId
cpp/src/arrow/compute/kernel.cc:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
};
113
114
std::shared_ptr<TypeMatcher> SameTypeId(Type::type type_id) {
115
return std::make_shared<SameTypeIdMatcher>(type_id);
116
}
117
118
template <typename ArrowType>
119
class TimeUnitMatcher : public TypeMatcher {
Callers
7
TEST
Function · 0.85
InputType
Function · 0.85
RunEndEncoded
Function · 0.85
RegisterVectorRunEndEncode
Function · 0.85
RegisterVectorRunEndDecode
Function · 0.85
RegisterVectorInversePermutation
Function · 0.85
AddCountDistinctKernels
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68