Method

ArrowFlightStreamChunkget_metadata

Declaration [src]

GArrowBuffer*
gaflight_stream_chunk_get_metadata (
  GAFlightStreamChunk* chunk
)

Description

No description available.
Available since:6.0.0

Return value

Returns: 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.