Skip to contents

UDFArrayDetails Class

Format

An R6Class generator object

Public fields

uri

character [optional]

ranges

QueryRanges [optional]

buffers

list( character ) [optional]

Methods


Method new()

Usage

UDFArrayDetails$new(uri = NULL, ranges = NULL, buffers = NULL, ...)


Method toJSON()

Usage

UDFArrayDetails$toJSON()


Method fromJSON()

Usage

UDFArrayDetails$fromJSON(UDFArrayDetailsJson)


Method toJSONString()

Usage

UDFArrayDetails$toJSONString()


Method fromJSONString()

Usage

UDFArrayDetails$fromJSONString(UDFArrayDetailsJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

UDFArrayDetails$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.