ScalarFunctionFactory

class vertica_sdk.ScalarFunctionFactory
classmethod createScalarFunction(cls, server_interface)

Create and return an instance of the associated vertica_sdk.ScalarFunction class for query execution.

Parameters for this function can be read from the server_interface argument (a vertica_sdk.ServerInterface object).

This may be called more than once per query.

classmethod getUDXFactoryType(cls)

Returns vertica_sdk.UDXType.SCALAR.

strictness = 0
volatility = 0