MCPcopy Create free account
hub / github.com/apache/arrow / LoadEnumSafe

Function LoadEnumSafe

cpp/src/parquet/thrift_internal.h:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 10

FromThriftMethod · 0.85
MakeColumnStatsFunction · 0.85
typeMethod · 0.85
compressionMethod · 0.85
FromParquetMethod · 0.85
ShouldSkipPageMethod · 0.85
NextPageMethod · 0.85
boundary_orderMethod · 0.85
MakeMethod · 0.85

Calls 2

LoadEnumRawFunction · 0.85
FromThriftUnsafeFunction · 0.85

Tested by

no test coverage detected