UDXFactory

class vertica_sdk.UDXFactory
getParameterType

Report, via the vertica_sdk.SizedColumnTypes object parameterTypes, the names and types of parameters used by this UDX.

Returns None.

getPerInstanceResources

Request resources for each instance of the UDX class produced by this factory.

Returns a vertica_sdk.VResources object representing that request.

getPrototype

Report, via the vertica_sdk.ColumnTypes argument return_types, the return types of this UDX.

Returns None.

getReturnType

Report, via the vertica_sdk.SizedColumnTypes argument return_types, the concrete return types of this UDX.

Returns None.

classmethod getUDXFactoryType(cls)

Returns a string representing the type of this UDX.