hdfsFreeFileBlockLocations

Function hdfsFreeFileBlockLocations 

Source
pub unsafe extern "C" fn hdfsFreeFileBlockLocations(
    locations: *mut BlockLocation,
    numOfBlock: c_int,
)
Expand description

Free the BlockLocation array returned by hdfsGetFileBlockLocations

@param locations The array returned by hdfsGetFileBlockLocations @param numOfBlock The number of elements in the locaitons