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

Function Time64TypeUnit

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

Source from the content-addressed store, hash-verified

167}
168
169std::shared_ptr<TypeMatcher> Time64TypeUnit(TimeUnit::type unit) {
170 return std::make_shared<Time64TypeUnitMatcher>(unit);
171}
172
173std::shared_ptr<TypeMatcher> DurationTypeUnit(TimeUnit::type unit) {
174 return std::make_shared<DurationTypeUnitMatcher>(unit);

Callers 2

MakeCompareFunctionFunction · 0.85
RegisterScalarArithmeticFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected