Method

ArrowFlightStreamChunkget_metadata

since: 6.0.0

Declaration [src]

GArrowBuffer*
gaflight_stream_chunk_get_metadata (
  GAFlightStreamChunk* chunk
)

Description

No description available.

Available since: 6.0.0

Return value

Type: GArrowBuffer

The metadata of the chunk.

The metadata may be NULL.

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