CallVariant
Calls a warehouse function that returns a Variant datatype.
Usage
CallVariant(function name, argument1, argument2, ...)
function name (required):The name of the warehouse function to call
argument (required): The argument(s) to pass into the warehouse function. Multiple arguments are supported.