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

Function gaflight_call_options_get_raw

c_glib/arrow-flight-glib/client.cpp:1073–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071}
1072
1073arrow::flight::FlightCallOptions *
1074gaflight_call_options_get_raw(GAFlightCallOptions *options)
1075{
1076 auto priv = GAFLIGHT_CALL_OPTIONS_GET_PRIVATE(options);
1077 return &(priv->options);
1078}
1079
1080arrow::flight::FlightClientOptions *
1081gaflight_client_options_get_raw(GAFlightClientOptions *options)

Calls

no outgoing calls

Tested by

no test coverage detected