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

Function DurationTypeUnit

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

Source from the content-addressed store, hash-verified

171}
172
173std::shared_ptr<TypeMatcher> DurationTypeUnit(TimeUnit::type unit) {
174 return std::make_shared<DurationTypeUnitMatcher>(unit);
175}
176
177class IntegerMatcher : public TypeMatcher {
178 public:

Callers 2

MakeCompareFunctionFunction · 0.85
RegisterScalarArithmeticFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected