open_writer


Description:

[ Version ( since = "6.0.0" ) ]
public FileWriter open_writer (OutputStream destination, FileSystem file_system, string path, Schema schema, FileWriteOptions options) throws Error

Parameters:

this

A FileFormat.

destination

A OutputStream.

file_system

The FileSystem of destination.

path

The path of destination.

schema

A Schema that is used by written record batches.

options

A FileWriteOptions.

Returns:

The newly created FileWriter of this on success, null on error.