Description Usage Arguments Value Examples
This function shows to the user the names of the funtions, their type, as well as the return and input data types.
1 |
src |
The src_vertica instance from which to query for UDxes. |
type |
The UDF type to list (one of "aggregate","scalar", or "transform"). |
A data frame containing four columns: function name, function type, output data type(s), and input data type(s).
1 2 3 4 5 | ## Not run:
vertica <- src_vertica("VerticaDSN")
UDF <- list_udf(vertica)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.