]> git.proxmox.com Git - ceph.git/blob - ceph/src/arrow/r/man/ArrayData.Rd
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / r / man / ArrayData.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/array-data.R
3 \docType{class}
4 \name{ArrayData}
5 \alias{ArrayData}
6 \title{ArrayData class}
7 \description{
8 The \code{ArrayData} class allows you to get and inspect the data
9 inside an \code{arrow::Array}.
10 }
11 \section{Usage}{
12 \preformatted{data <- Array$create(x)$data()
13
14 data$type
15 data$length
16 data$null_count
17 data$offset
18 data$buffers
19 }
20 }
21
22 \section{Methods}{
23
24
25 ...
26 }
27