The ArrayData class allows you to get and inspect the data
inside an arrow::Array.
data <- Array$create(x)$data() data$type() data$length() data$null_count() data$offset() data$buffers()
...
arrow::Object -> ArrayData
clone()The objects of this class are cloneable with this method.
ArrayData$clone(deep = FALSE)
deepWhether to make a deep clone.