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

Function gaflight_info_get_raw

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

Source from the content-addressed store, hash-verified

1508}
1509
1510arrow::flight::FlightInfo *
1511gaflight_info_get_raw(GAFlightInfo *info)
1512{
1513 auto priv = GAFLIGHT_INFO_GET_PRIVATE(info);
1514 return &(priv->info);
1515}
1516
1517GAFlightStreamChunk *
1518gaflight_stream_chunk_new_raw(arrow::flight::FlightStreamChunk *flight_chunk)

Callers 9

gaflight_info_equalFunction · 0.85
gaflight_info_get_schemaFunction · 0.85
ListFlightsMethod · 0.85
GetFlightInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected