MCPcopy 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
114std::shared_ptr<TypeMatcher> SameTypeId(Type::type type_id) {
115 return std::make_shared<SameTypeIdMatcher>(type_id);
116}
117
118template <typename ArrowType>
119class TimeUnitMatcher : public TypeMatcher {

Callers 7

TESTFunction · 0.85
InputTypeFunction · 0.85
RunEndEncodedFunction · 0.85
AddCountDistinctKernelsFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68