Skip to contents

Vectorized index class

Details

The Zarr VIndex class.

Public fields

array

The array instance.

Methods

Public methods


Method new()

Create a new VIndex instance.

Usage

VIndex$new(array)

Arguments

array

The array instance.

Returns

A VIndex instance.


Method clone()

The objects of this class are cloneable with this method.

Usage

VIndex$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.