Packages

t

org.apache.spark.sql.connector.write

PhysicalWriteInfo

trait PhysicalWriteInfo extends AnyRef

This interface contains physical write information that data sources can use when generating a DataWriterFactory or a StreamingDataWriterFactory.

Annotations
@Evolving()
Source
PhysicalWriteInfo.java
Since

3.0.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PhysicalWriteInfo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def numPartitions(): Int

    The number of partitions of the input data that is going to be written.