Constructor

ArrowStreamDecodernew

since: 18.0.0

Declaration [src]

GArrowStreamDecoder*
garrow_stream_decoder_new (
  GArrowStreamListener* listener,
  GArrowReadOptions* options
)

Description

No description available.

Available since: 18.0.0

Parameters

listener

Type: GArrowStreamListener

The GArrowStreamListener that receives decoded events.

The data is owned by the caller of the function.
options

Type: GArrowReadOptions

The GArrowReadOptions.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: GArrowStreamDecoder

A newly created GArrowStreamDecoder.

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