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. param: refreshTables Filter for which tables should be refreshed when performing this update. param: fullRefreshTables Filter for which tables should be full refreshed when performing this update.