PlanContext¶
-
class
vertica_sdk.PlanContext¶ Stores query plan state for sharing values between different methods of a
vertica_sdk.UDXFactorypossibly on different nodes.-
getClusterNodes(self)¶ Returns a list containing the name of each node in the cluster.
-
getReader(self)¶ Returns a
vertica_sdk.ParamReaderview for stored parameters.
-
getWriter(self)¶ Returns a
vertica_sdk.ParamWriterfor modifying the parameter context.
-