UDXFactory¶
-
class
vertica_sdk.UDXFactory¶ -
getParameterType¶ Report, via the
vertica_sdk.SizedColumnTypesobject 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.VResourcesobject representing that request.
-
getPrototype¶ Report, via the
vertica_sdk.ColumnTypesargument return_types, the return types of this UDX.Returns
None.
-
getReturnType¶ Report, via the
vertica_sdk.SizedColumnTypesargument return_types, the concrete return types of this UDX.Returns
None.
-
classmethod
getUDXFactoryType(cls)¶ Returns a string representing the type of this UDX.
-