FeatherTableReader: A arrow::ipc::feather::TableReader
to read from a file
Description
A arrow::ipc::feather::TableReader
to read from a file
Usage
FeatherTableReader(file, mmap = TRUE, ...)
Arguments
file
A file path or arrow::io::RandomAccessFile
mmap
Is the file memory mapped (applicable to the character
and fs_path
methods)