Skip to contents

GenericUDF Class

Format

An R6Class generator object

Public fields

udf_info_name

character [optional]

language

UDFLanguage [optional]

version

character [optional]

image_name

character [optional]

resource_class

character [optional]

exec

character [optional]

exec_raw

character [optional]

argument

character [optional]

stored_param_uuids

list( character ) [optional]

result_format

ResultFormat [optional]

task_name

character [optional]

store_results

character [optional]

timeout

integer [optional]

dont_download_results

character [optional]

task_graph_uuid

character [optional]

client_node_uuid

character [optional]

Methods


Method new()

Usage

GenericUDF$new(
  udf_info_name = NULL,
  language = NULL,
  version = NULL,
  image_name = NULL,
  resource_class = NULL,
  exec = NULL,
  exec_raw = NULL,
  argument = NULL,
  stored_param_uuids = NULL,
  result_format = NULL,
  task_name = NULL,
  store_results = NULL,
  timeout = NULL,
  dont_download_results = NULL,
  task_graph_uuid = NULL,
  client_node_uuid = 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.