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

Function gaflight_ticket_get_raw

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

Source from the content-addressed store, hash-verified

1464}
1465
1466arrow::flight::Ticket *
1467gaflight_ticket_get_raw(GAFlightTicket *ticket)
1468{
1469 auto priv = GAFLIGHT_TICKET_GET_PRIVATE(ticket);
1470 return &(priv->ticket);
1471}
1472
1473GAFlightEndpoint *
1474gaflight_endpoint_new_raw(const arrow::flight::FlightEndpoint *flight_endpoint,

Callers 4

gaflight_ticket_equalFunction · 0.85
gaflight_client_do_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected