The ArrayData class allows you to get and inspect the data inside an arrow::Array.

Usage

data <- Array$create(x)$data()

data$type()
data$length()
data$null_count()
data$offset()
data$buffers()

Methods

...

Super class

arrow::Object -> ArrayData

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage

ArrayData$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.