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

Function garrow_codec_get_raw

c_glib/arrow-glib/codec.cpp:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254std::shared_ptr<arrow::util::Codec>
255garrow_codec_get_raw(GArrowCodec *codec)
256{
257 auto priv = GARROW_CODEC_GET_PRIVATE(codec);
258 return priv->codec;
259}

Calls

no outgoing calls

Tested by

no test coverage detected