DataFrameWriterV2.Overwrite(Column) Method

Definition

Overwrite rows matching the given filter condition with the contents of the data frame in the output table.

public void Overwrite (Microsoft.Spark.Sql.Column condition);
member this.Overwrite : Microsoft.Spark.Sql.Column -> unit
Public Sub Overwrite (condition As Column)

Parameters

condition
Column

Condition filter to overwrite based on

Applies to