| 112 | } |
| 113 | |
| 114 | DataTypePtr DataTypeFactory::tryGet(const String & full_name) const |
| 115 | { |
| 116 | return getImpl<true>(full_name); |
| 117 | } |
| 118 | |
| 119 | template <bool nullptr_on_error> |
| 120 | DataTypePtr DataTypeFactory::getImpl(const String & full_name) const |
no outgoing calls
no test coverage detected