Packages

t

org.apache.spark.sql.connector.write

DeltaWriterFactory

trait DeltaWriterFactory extends DataWriterFactory

Experimental
Annotations
@Experimental()
Source
DeltaWriterFactory.java
Linear Supertypes
DataWriterFactory, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeltaWriterFactory
  2. DataWriterFactory
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def createWriter(partitionId: Int, taskId: Long): DeltaWriter[InternalRow]
    Definition Classes
    DeltaWriterFactoryDataWriterFactory
    Annotations
    @Override()