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