Top | ![]() |
![]() |
![]() |
![]() |
GArrowCodec * | garrow_codec_new () |
const gchar * | garrow_codec_get_name () |
GArrowCompressionType | garrow_codec_get_compression_type () |
gint | garrow_codec_get_compression_level () |
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