Skip to content

WriteDeltaExec Physical Operator

WriteDeltaExec is a V2ExistingTableWriteExec physical operator that represents a WriteDelta logical operator at execution time.

Creating Instance

WriteDeltaExec takes the following to be created:

  • Query Physical Plan (SparkPlan)
  • refreshCache function (() => Unit)
  • WriteDeltaProjections
  • DeltaWrite

WriteDeltaExec is created when: