GenericUDF: GenericUDF

GenericUDFR Documentation

GenericUDF

Description

GenericUDF Class

Format

An R6Class generator object

Public fields

udf_info_name

character [optional]

language

UDFLanguage [optional]

version

character [optional]

image_name

character [optional]

exec

character [optional]

exec_raw

character [optional]

argument

character [optional]

result_format

UDFResultType [optional]

task_name

character [optional]

Methods

Public methods


Method new()

Usage
GenericUDF$new(
  udf_info_name = NULL,
  language = NULL,
  version = NULL,
  image_name = NULL,
  exec = NULL,
  exec_raw = NULL,
  argument = NULL,
  result_format = NULL,
  task_name = NULL,
  ...
)

Method toJSON()

Usage
GenericUDF$toJSON()

Method fromJSON()

Usage
GenericUDF$fromJSON(GenericUDFJson)

Method toJSONString()

Usage
GenericUDF$toJSONString()

Method fromJSONString()

Usage
GenericUDF$fromJSONString(GenericUDFJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
GenericUDF$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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