blob: 84a63c9bb94beb6f2f623f2d92d7993c19a87432 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/extension.R
\docType{class}
\name{ExtensionArray}
\alias{ExtensionArray}
\title{class arrow::ExtensionArray}
\description{
class arrow::ExtensionArray
}
\section{Methods}{
The \code{ExtensionArray} class inherits from \code{Array}, but also provides
access to the underlying storage of the extension.
\itemize{
\item \verb{$storage()}: Returns the underlying \link{Array} used to store
values.
}
The \code{ExtensionArray} is not intended to be subclassed for extension
types.
}