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

Function gaflight_descriptor_get_raw

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

Source from the content-addressed store, hash-verified

1447}
1448
1449arrow::flight::FlightDescriptor *
1450gaflight_descriptor_get_raw(GAFlightDescriptor *descriptor)
1451{
1452 auto priv = GAFLIGHT_DESCRIPTOR_GET_PRIVATE(descriptor);
1453 return &(priv->descriptor);
1454}
1455
1456GAFlightTicket *
1457gaflight_ticket_new_raw(const arrow::flight::Ticket *flight_ticket)

Calls

no outgoing calls

Tested by

no test coverage detected