MCPcopy Create free account
hub / github.com/apache/arrow / gaflight_info_get_descriptor

Function gaflight_info_get_descriptor

c_glib/arrow-flight-glib/common.cpp:1012–1017  ·  view source on GitHub ↗

* gaflight_info_get_descriptor: * @info: A #GAFlightInfo. * * Returns: (transfer full): The #GAFlightDescriptor of the information. * * Since: 5.0.0 */

Source from the content-addressed store, hash-verified

1010 * Since: 5.0.0
1011 */
1012GAFlightDescriptor *
1013gaflight_info_get_descriptor(GAFlightInfo *info)
1014{
1015 const auto flight_info = gaflight_info_get_raw(info);
1016 return gaflight_descriptor_new_raw(&(flight_info->descriptor()));
1017}
1018
1019/**
1020 * gaflight_info_get_endpoints:

Callers

nothing calls this directly

Calls 2

gaflight_info_get_rawFunction · 0.85

Tested by

no test coverage detected