Method

ArrowStreamDecoderget_schema

since: 18.0.0

Declaration [src]

GArrowSchema*
garrow_stream_decoder_get_schema (
  GArrowStreamDecoder* decoder
)

Description

No description available.

Available since: 18.0.0

Return value

Type: GArrowSchema

The shared GArrowSchema of the record batches in the stream.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.