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

Function LoadEnumSafe

cpp/src/parquet/thrift_internal.h:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 typename ParquetEnum =
215 typename internal::ThriftEnumTypeTraits<ThriftType>::ParquetEnum>
216inline typename ParquetEnum::type LoadEnumSafe(const ThriftType* in) {
217 return internal::SafeLoader<ParquetEnum>::Load(in);
218}
219
220inline typename Compression::type LoadEnumSafe(const format::CompressionCodec::type* in) {
221 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