write_as_feather


Description:

[ Version ( since = "0.17.0" ) ]
public bool write_as_feather (OutputStream sink, FeatherWriteProperties? properties) throws Error

Writes the this as Feather format data to the sink.

Parameters:

this

A Table.

sink

The output.

properties

The properties for this write.

Returns:

true on success, false if there was an error.