Function hdfsFileIsOpenForRead

Source
pub unsafe extern "C" fn hdfsFileIsOpenForRead(
    file: hdfsFile,
) -> c_int
Expand description

Determine if a file is open for read.

@param file The HDFS file @return 1 if the file is open for read; 0 otherwise