Function hdfsFileIsOpenForWrite

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

Determine if a file is open for write.

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