Codec related type and class
Codec related type and class
|
|
Object Hierarchy
GEnum
╰── GArrowCompressionType
GObject
╰── GArrowCodec
Includes
#include <arrow-glib/arrow-glib.h>
Description
GArrowCompressionType provides compression types corresponding to
arrow::Compression::type
.
GArrowCodec is a class for compressing and decompressing data.
Functions
garrow_codec_get_name ()
const gchar *
garrow_codec_get_name (GArrowCodec *codec
);
Returns
The name of the codec.
Since: 0.12.0
Types and Values
enum GArrowCompressionType
They are corresponding to arrow::Compression::type
values.
GARROW_TYPE_CODEC
#define GARROW_TYPE_CODEC (garrow_codec_get_type())
struct GArrowCodecClass
struct GArrowCodecClass {
GObjectClass parent_class;
};
GArrowCodec
typedef struct _GArrowCodec GArrowCodec;
Property Details
The “codec”
property
“codec” gpointer
The raw arrow::util::Codec *.
Flags: Write / Construct Only