for appending.
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
path | The path of the output stream. |
Returns
A newly created #GArrowOutputStream
Throws
[ErrorWrap]