FileSystem.openOutputStream

arrow.output_stream.OutputStream openOutputStream(string path)

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

Parameters

pathThe path of the output stream.

Returns

A newly created

#GArrowOutputStream.

Throws

[ErrorWrap]