FileSystem.openAppendStream

arrow.output_stream.OutputStream openAppendStream(string path)

Open an output stream for appending. If the target doesn't exist, a new empty file is created.

Parameters

pathThe path of the output stream.

Returns

A newly created #GArrowOutputStream

for appending.

Throws

[ErrorWrap]