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