| 214 | typename ParquetEnum = |
| 215 | typename internal::ThriftEnumTypeTraits<ThriftType>::ParquetEnum> |
| 216 | inline typename ParquetEnum::type LoadEnumSafe(const ThriftType* in) { |
| 217 | return internal::SafeLoader<ParquetEnum>::Load(in); |
| 218 | } |
| 219 | |
| 220 | inline typename Compression::type LoadEnumSafe(const format::CompressionCodec::type* in) { |
| 221 | const auto raw_value = internal::LoadEnumRaw(in); |
no test coverage detected