Interface DeltaWrite
- All Superinterfaces:
- Write
A logical representation of a data source write that handles a delta of rows.
- Since:
- 3.4.0
- 
Method SummaryModifier and TypeMethodDescriptiondefault DeltaBatchWritetoBatch()Returns aBatchWriteto write data to batch source.Methods inherited from interface org.apache.spark.sql.connector.write.Writedescription, supportedCustomMetrics, toStreaming
- 
Method Details- 
toBatchDescription copied from interface:WriteReturns aBatchWriteto write data to batch source. By default this method throws exception, data sources must overwrite this method to provide an implementation, if theTablethat creates this write returnsTableCapability.BATCH_WRITEsupport in itsTable.capabilities().
 
-