blob: 452291e7e61b8bf49da250378a2286a83eadd174 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/feather.R
\name{FeatherTableReader}
\alias{FeatherTableReader}
\title{A \code{arrow::ipc::feather::TableReader} to read from a file}
\usage{
FeatherTableReader(file, mmap = TRUE, ...)
}
\arguments{
\item{file}{A file path or \code{arrow::io::RandomAccessFile}}
\item{mmap}{Is the file memory mapped (applicable to the \code{character} and \code{fs_path} methods)}
\item{...}{extra parameters}
}
\description{
A \code{arrow::ipc::feather::TableReader} to read from a file
}