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