Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
254
std::shared_ptr<arrow::util::Codec>
255
garrow_codec_get_raw(GArrowCodec *codec)
256
{
257
auto priv = GARROW_CODEC_GET_PRIVATE(codec);
258
return priv->codec;
259
}
Callers
6
garrow_compressed_output_stream_new
Function · 0.85
garrow_codec_get_name
Function · 0.85
garrow_codec_get_compression_type
Function · 0.85
garrow_codec_get_compression_level
Function · 0.85
garrow_compressed_input_stream_new
Function · 0.85
garrow_write_options_set_property
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected