blob: 3c6afaa134f3bff3155214e13d252488699819a7 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/feather.R
\docType{class}
\name{FeatherTableWriter}
\alias{FeatherTableWriter}
\title{FeatherTableWriter class}
\description{
This class enables you to write Feather files. See its usage in
\code{\link[=write_feather]{write_feather()}}.
}
\section{Factory}{
The \code{FeatherTableWriter$create()} factory method instantiates the object and
takes the following argument:
\itemize{
\item \code{stream} An \code{OutputStream}
}
}
\section{Methods}{
\itemize{
\item \verb{$GetDescription()}
\item \verb{$HasDescription()}
\item \verb{$version()}
\item \verb{$num_rows()}
\item \verb{$num_columns()}
\item \verb{$GetColumnName()}
\item \verb{$GetColumn()}
\item \verb{$Read(columns)}
}
}