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

Function TimestampTypeUnit

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

Source from the content-addressed store, hash-verified

159using TimestampTypeUnitMatcher = TimeUnitMatcher<TimestampType>;
160
161std::shared_ptr<TypeMatcher> TimestampTypeUnit(TimeUnit::type unit) {
162 return std::make_shared<TimestampTypeUnitMatcher>(unit);
163}
164
165std::shared_ptr<TypeMatcher> Time32TypeUnit(TimeUnit::type unit) {
166 return std::make_shared<Time32TypeUnitMatcher>(unit);

Callers 5

TESTFunction · 0.85
MakeCompareFunctionFunction · 0.85
AddTemporalKernelsFunction · 0.85
RegisterScalarArithmeticFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68