Interface DeltaWriterFactory
-
- All Superinterfaces:
org.apache.spark.sql.connector.write.DataWriterFactory
,java.io.Serializable
public interface DeltaWriterFactory extends org.apache.spark.sql.connector.write.DataWriterFactory
A factory for creating and initializing delta writers at the executor side.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeltaWriter<org.apache.spark.sql.catalyst.InternalRow>
createWriter(int partitionId, long taskId)
-
-
-
Method Detail
-
createWriter
DeltaWriter<org.apache.spark.sql.catalyst.InternalRow> createWriter(int partitionId, long taskId)
- Specified by:
createWriter
in interfaceorg.apache.spark.sql.connector.write.DataWriterFactory
-
-