Top |
enum | GArrowCompressionType |
#define | GARROW_TYPE_CODEC |
struct | GArrowCodecClass |
GArrowCodec |
GArrowCompressionType provides compression types corresponding to
arrow::Compression::type
.
GArrowCodec is a class for compressing and decompressing data.
GArrowCodec * garrow_codec_new (GArrowCompressionType type
,GError **error
);
Since: 0.12.0
GArrowCompressionType
garrow_codec_get_compression_type (GArrowCodec *codec
);
Since: 2.0.0
gint
garrow_codec_get_compression_level (GArrowCodec *codec
);
Since: 2.0.0
They are corresponding to arrow::Compression::type
values.
“codec”
property“codec” gpointer
The raw std::shared_ptr<arrow::util::Codec> *.
Owner: GArrowCodec
Flags: Write / Construct Only