| MultiArrayUDF | R Documentation |
MultiArrayUDF Class
An R6Class generator object
udf_info_namecharacter [optional]
languageUDFLanguage [optional]
versioncharacter [optional]
image_namecharacter [optional]
resource_classcharacter [optional]
execcharacter [optional]
exec_rawcharacter [optional]
result_formatResultFormat [optional]
task_namecharacter [optional]
argumentcharacter [optional]
arguments_jsonlist( TGUDFArgument ) [optional]
stored_param_uuidslist( character ) [optional]
store_resultscharacter [optional]
dont_download_resultscharacter [optional]
rangesQueryRanges [optional]
subarrayUDFSubarray [optional]
bufferslist( character ) [optional]
arrayslist( UDFArrayDetails ) [optional]
timeoutinteger [optional]
task_graph_uuidcharacter [optional]
client_node_uuidcharacter [optional]
new()MultiArrayUDF$new( udf_info_name = NULL, language = NULL, version = NULL, image_name = NULL, resource_class = NULL, exec = NULL, exec_raw = NULL, result_format = NULL, task_name = NULL, argument = NULL, arguments_json = NULL, stored_param_uuids = NULL, store_results = NULL, dont_download_results = NULL, ranges = NULL, subarray = NULL, buffers = NULL, arrays = NULL, timeout = NULL, task_graph_uuid = NULL, client_node_uuid = NULL, ... )
toJSON()MultiArrayUDF$toJSON()
fromJSON()MultiArrayUDF$fromJSON(MultiArrayUDFJson)
toJSONString()MultiArrayUDF$toJSONString()
fromJSONString()MultiArrayUDF$fromJSONString(MultiArrayUDFJson)
clone()The objects of this class are cloneable with this method.
MultiArrayUDF$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.