Constructor

ArrowCodecnew

Declaration [src]

GArrowCodec*
garrow_codec_new (
  GArrowCompressionType type,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

type GArrowCompressionType
 

A GArrowCompressionType.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowCodec
 

A newly created GArrowCodec on success, NULL on error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.