UDF: UDF

UDFR Documentation

UDF

Description

UDF Class

Format

An R6Class generator object

Public fields

udf_info_name

character [optional]

language

UDFLanguage [optional]

version

character [optional]

image_name

character [optional]

ranges

UDFRanges [optional]

subarray

UDFSubarray [optional]

exec

character [optional]

exec_raw

character [optional]

buffers

list( character ) [optional]

result_format

UDFResultType [optional]

task_name

character [optional]

Methods

Public methods


Method new()

Usage
UDF$new(
  udf_info_name = NULL,
  language = NULL,
  version = NULL,
  image_name = NULL,
  ranges = NULL,
  subarray = NULL,
  exec = NULL,
  exec_raw = NULL,
  buffers = NULL,
  result_format = NULL,
  task_name = NULL,
  ...
)

Method toJSON()

Usage
UDF$toJSON()

Method fromJSON()

Usage
UDF$fromJSON(UDFJson)

Method toJSONString()

Usage
UDF$toJSONString()

Method fromJSONString()

Usage
UDF$fromJSONString(UDFJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
UDF$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


eddelbuettel/tldbclr documentation built on Sept. 25, 2022, 12:46 p.m.