pub unsafe extern "C" fn hdfsReadStatisticsGetRemoteBytesRead(
stats: *const hdfsReadStatistics,
) -> i64Expand description
@param stats HDFS read statistics for a file.
@return the number of remote bytes read.
pub unsafe extern "C" fn hdfsReadStatisticsGetRemoteBytesRead(
stats: *const hdfsReadStatistics,
) -> i64@param stats HDFS read statistics for a file.
@return the number of remote bytes read.