PlanContext

class vertica_sdk.PlanContext

Stores query plan state for sharing values between different methods of a vertica_sdk.UDXFactory possibly on different nodes.

getClusterNodes(self)

Returns a list containing the name of each node in the cluster.

getReader(self)

Returns a vertica_sdk.ParamReader view for stored parameters.

getWriter(self)

Returns a vertica_sdk.ParamWriter for modifying the parameter context.