Class PipelineUpdateContextImpl

Object
org.apache.spark.sql.pipelines.graph.PipelineUpdateContextImpl
All Implemented Interfaces:
PipelineUpdateContext

public class PipelineUpdateContextImpl extends Object implements PipelineUpdateContext
An implementation of the PipelineUpdateContext trait used in production. param: unresolvedGraph The graph (unresolved) to be executed in this update. param: eventCallback A callback function to be called when an event is added to the event buffer.