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

Function gaflight_info_new_raw

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

Source from the content-addressed store, hash-verified

1502}
1503
1504GAFlightInfo *
1505gaflight_info_new_raw(arrow::flight::FlightInfo *flight_info)
1506{
1507 return GAFLIGHT_INFO(g_object_new(GAFLIGHT_TYPE_INFO, "info", flight_info, NULL));
1508}
1509
1510arrow::flight::FlightInfo *
1511gaflight_info_get_raw(GAFlightInfo *info)

Calls

no outgoing calls

Tested by

no test coverage detected