FileSystem.openOutputStream

Open an output stream for sequential writing. If the target already exists, the existing data is truncated.

class FileSystem
openOutputStream
(
string path
)

Parameters

path string

The path of the output stream.

Return Value

Type: arrow.output_stream.OutputStream

A newly created #GArrowOutputStream.