This class enables you to write Feather files. See its usage in write_feather().

Factory

The FeatherTableWriter$create() factory method instantiates the object and takes the following argument:

  • stream An OutputStream

Methods

  • $GetDescription()

  • $HasDescription()

  • $version()

  • $num_rows()

  • $num_columns()

  • $GetColumnName()

  • $GetColumn()

  • $Read(columns)

Super class

arrow::Object -> FeatherTableWriter

Methods

Public methods

Inherited methods

Method SetDescription()

Usage

FeatherTableWriter$SetDescription(description)


Method SetNumRows()

Usage

FeatherTableWriter$SetNumRows(num_rows)


Method Append()

Usage

FeatherTableWriter$Append(name, values)


Method Finalize()

Usage

FeatherTableWriter$Finalize()


Method clone()

The objects of this class are cloneable with this method.

Usage

FeatherTableWriter$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.