ReadState: ReadState

ReadStateR Documentation

ReadState

Description

ReadState Class

Format

An R6Class generator object

Public fields

initialized

character [optional]

overflowed

character [optional]

unsplittable

character [optional]

subarrayPartitioner

SubarrayPartitioner [optional]

Methods

Public methods


Method new()

Usage
ReadState$new(
  initialized = NULL,
  overflowed = NULL,
  unsplittable = NULL,
  subarrayPartitioner = NULL,
  ...
)

Method toJSON()

Usage
ReadState$toJSON()

Method fromJSON()

Usage
ReadState$fromJSON(ReadStateJson)

Method toJSONString()

Usage
ReadState$toJSONString()

Method fromJSONString()

Usage
ReadState$fromJSONString(ReadStateJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
ReadState$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


TileDB-Inc/TileDB-Cloud-R documentation built on July 18, 2024, 3:33 p.m.