A Buffer is an object containing a pointer to a piece of contiguous memory with a particular size.
buffer(x)
x | R object. Only raw, numeric and integer vectors are currently supported |
---|
an instance of Buffer
that borrows memory from x
buffer()
lets you create an arrow::Buffer
from an R object
$is_mutable()
:
$ZeroPadding()
:
$size()
:
$capacity()
:
arrow::Object
-> Buffer
ZeroPadding()
Buffer$ZeroPadding()
data()
Buffer$data()
Equals()
Buffer$Equals(other)
clone()
The objects of this class are cloneable with this method.
Buffer$clone(deep = FALSE)
deep
Whether to make a deep clone.