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

Function gaflight_info_get_total_bytes

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

* gaflight_info_get_total_bytes: * @info: A #GAFlightInfo. * * Returns: The number of total bytes of the information. * * Since: 5.0.0 */

Source from the content-addressed store, hash-verified

1061 * Since: 5.0.0
1062 */
1063gint64
1064gaflight_info_get_total_bytes(GAFlightInfo *info)
1065{
1066 const auto flight_info = gaflight_info_get_raw(info);
1067 return flight_info->total_bytes();
1068}
1069
1070typedef struct GAFlightStreamChunkPrivate_
1071{

Callers

nothing calls this directly

Calls 2

gaflight_info_get_rawFunction · 0.85
total_bytesMethod · 0.80

Tested by

no test coverage detected