Constructor

ArrowCompressedOutputStreamnew

Declaration [src]

GArrowCompressedOutputStream*
garrow_compressed_output_stream_new (
  GArrowCodec* codec,
  GArrowOutputStream* raw,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

codec GArrowCodec
 

A GArrowCodec for compressed data in the raw.

 The data is owned by the caller of the function.
raw GArrowOutputStream
 

A GArrowOutputStream that is a sink for compressed data.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowCompressedOutputStream
 

A newly created GArrowCompressedOutputStream.

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