Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

FeatherReader

FeatherReader class


Description

This class enables you to interact with Feather files. Create one to connect to a file or other InputStream, and call Read() on it to make an arrow::Table. See its usage in read_feather().

Factory

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

  • file an Arrow file connection object inheriting from RandomAccessFile.

Methods

  • $Read(columns): Returns a Table of the selected columns, a vector of integer indices

  • $column_names: Active binding, returns the column names in the Feather file

  • $schema: Active binding, returns the schema of the Feather file

  • $version: Active binding, returns 1 or 2, according to the Feather file version


arrow

Integration to 'Apache' 'Arrow'

v4.0.0.1
Apache License (>= 2.0)
Authors
Neal Richardson [aut, cre], Ian Cook [aut], Jonathan Keane [aut], Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), Jeroen Ooms [aut], Javier Luraschi [ctb], Jeffrey Wong [ctb], Apache Arrow [aut, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.