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