This class enables you to write Feather files. See its usage in
write_feather()
.
The FeatherTableWriter$create()
factory method instantiates the object and
takes the following argument:
stream
An OutputStream
$GetDescription()
$HasDescription()
$version()
$num_rows()
$num_columns()
$GetColumnName()
$GetColumn()
$Read(columns)
arrow::Object
-> FeatherTableWriter
SetDescription()
FeatherTableWriter$SetDescription(description)
SetNumRows()
FeatherTableWriter$SetNumRows(num_rows)
Append()
FeatherTableWriter$Append(name, values)
Finalize()
FeatherTableWriter$Finalize()
clone()
The objects of this class are cloneable with this method.
FeatherTableWriter$clone(deep = FALSE)
deep
Whether to make a deep clone.