DataFrameWriterV2.Overwrite(Column) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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