Interface DeltaWrite
- All Superinterfaces:
 Write
A logical representation of a data source write that handles a delta of rows.
- Since:
 - 3.4.0
 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault DeltaBatchWritetoBatch()Returns aBatchWriteto write data to batch source.Methods inherited from interface org.apache.spark.sql.connector.write.Write
description, reportDriverMetrics, supportedCustomMetrics, toStreaming 
- 
Method Details
- 
toBatch
Description 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(). 
 -