A Buffer is an object containing a pointer to a piece of contiguous memory with a particular size.

buffer(x)

Arguments

x

R object. Only raw, numeric and integer vectors are currently supported

Value

an instance of Buffer that borrows memory from x

Factory

buffer() lets you create an arrow::Buffer from an R object

Methods

  • $is_mutable() :

  • $ZeroPadding() :

  • $size() :

  • $capacity():

Super class

arrow::Object -> Buffer

Methods

Public methods

Inherited methods

Method ZeroPadding()

Usage

Buffer$ZeroPadding()


Method data()

Usage

Buffer$data()


Method Equals()

Usage

Buffer$Equals(other)


Method clone()

The objects of this class are cloneable with this method.

Usage

Buffer$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.