Learn R Programming

arrow (version 8.0.0)

ExtensionArray: class arrow::ExtensionArray

Description

class arrow::ExtensionArray

Arguments

Methods

The ExtensionArray class inherits from Array, but also provides access to the underlying storage of the extension.

  • $storage(): Returns the underlying Array used to store values.

The ExtensionArray is not intended to be subclassed for extension types.