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

Function Time32TypeUnit

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

Source from the content-addressed store, hash-verified

163}
164
165std::shared_ptr<TypeMatcher> Time32TypeUnit(TimeUnit::type unit) {
166 return std::make_shared<Time32TypeUnitMatcher>(unit);
167}
168
169std::shared_ptr<TypeMatcher> Time64TypeUnit(TimeUnit::type unit) {
170 return std::make_shared<Time64TypeUnitMatcher>(unit);

Callers 3

TESTFunction · 0.85
MakeCompareFunctionFunction · 0.85
RegisterScalarArithmeticFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68