Function hdfsStreamBuilderAlloc

Source
pub unsafe extern "C" fn hdfsStreamBuilderAlloc(
    fs: hdfsFS,
    path: *const c_char,
    flags: c_int,
) -> *mut hdfsStreamBuilder
Expand description

hdfsStreamBuilderAlloc - Allocate an HDFS stream builder.

@param fs The configured filesystem handle. @param path The full path to the file. Will be deep-copied. @param flags The open flags, as in hdfsOpenFile. @return Returns the hdfsStreamBuilder, or NULL on error.