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

Method LoadRaw

cpp/src/parquet/thrift_internal.h:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182 template <typename ThriftType>
183 inline static ApiTypeRawEnum LoadRaw(const ThriftType* in) {
184 static_assert(sizeof(ApiTypeEnum) == sizeof(ThriftType),
185 "parquet type should always be the same size as thrift type");
186 return static_cast<ApiTypeRawEnum>(LoadEnumRaw(in));
187 }
188
189 template <typename ThriftType>
190 inline static ApiTypeEnum Load(const ThriftType* in) {

Callers

nothing calls this directly

Calls 1

LoadEnumRawFunction · 0.85

Tested by

no test coverage detected