Method

ArrowFlightClientdo_get

Declaration [src]

GAFlightStreamReader*
gaflight_client_do_get (
  GAFlightClient* client,
  GAFlightTicket* ticket,
  GAFlightCallOptions* options,
  GError** error
)

Description

No description available.
Available since:6.0.0

Parameters

ticket GAFlightTicket
 

A GAFlightTicket.

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

A GAFlightCallOptions.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GAFlightStreamReader
 

The GAFlightStreamReader to read record batched from the server on success, NULL on error.

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