Constructor

ArrowCompressedInputStreamnew

Declaration [src]

GArrowCompressedInputStream*
garrow_compressed_input_stream_new (
  GArrowCodec* codec,
  GArrowInputStream* 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 GArrowInputStream
 

A GArrowInputStream that contains 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: GArrowCompressedInputStream
 

A newly created GArrowCompressedInputStream.

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