list_udf: This function shows to the user the names of the funtions,...

Description Usage Arguments Value Examples

Description

This function shows to the user the names of the funtions, their type, as well as the return and input data types.

Usage

1
list_udf(src, type = NULL)

Arguments

src

The src_vertica instance from which to query for UDxes.

type

The UDF type to list (one of "aggregate","scalar", or "transform").

Value

A data frame containing four columns: function name, function type, output data type(s), and input data type(s).

Examples

1
2
3
4
5
## Not run: 
vertica <- src_vertica("VerticaDSN")
UDF <- list_udf(vertica)

## End(Not run)

vertica/vertica.dplyr documentation built on May 3, 2019, 6:11 p.m.