FileSystem.openAppendStream

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

class FileSystem
openAppendStream
(
string path
)

Parameters

path string

The path of the output stream.

Return Value

Type: arrow.output_stream.OutputStream

A newly created #GArrowOutputStream for appending.