Interface DeltaBatchWrite
-
- All Superinterfaces:
org.apache.spark.sql.connector.write.BatchWrite
public interface DeltaBatchWrite extends org.apache.spark.sql.connector.write.BatchWrite
An interface that defines how to write a delta of rows during batch processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeltaWriterFactory
createBatchWriterFactory(org.apache.spark.sql.connector.write.PhysicalWriteInfo info)
-
-
-
Method Detail
-
createBatchWriterFactory
DeltaWriterFactory createBatchWriterFactory(org.apache.spark.sql.connector.write.PhysicalWriteInfo info)
- Specified by:
createBatchWriterFactory
in interfaceorg.apache.spark.sql.connector.write.BatchWrite
-
-