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

Method LoadRaw

cpp/src/parquet/thrift_internal.h:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

LoadEnumRawFunction · 0.85

Tested by

no test coverage detected