c

org.apache.spark.sql.connect

DataFrameWriterV2

final class DataFrameWriterV2[T] extends sql.DataFrameWriterV2[T]

Interface used to write a org.apache.spark.sql.Dataset to external storage using the v2 API.

Annotations
@Experimental()
Since

3.4.0

Linear Supertypes
sql.DataFrameWriterV2[T], CreateTableWriter[T], WriteConfigMethods[CreateTableWriter[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataFrameWriterV2
  2. DataFrameWriterV2
  3. CreateTableWriter
  4. WriteConfigMethods
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def append(): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → DataFrameWriterV2
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def clusterBy(colName: String, colNames: String*): DataFrameWriterV2.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → DataFrameWriterV2 → CreateTableWriter
    Annotations
    @varargs()
  8. def create(): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → CreateTableWriter
  9. def createOrReplace(): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → CreateTableWriter
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. def option(key: String, value: String): DataFrameWriterV2.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → DataFrameWriterV2 → WriteConfigMethods
  19. def option(key: String, value: Double): DataFrameWriterV2.this.type
    Definition Classes
    DataFrameWriterV2 → WriteConfigMethods
  20. def option(key: String, value: Long): DataFrameWriterV2.this.type
    Definition Classes
    DataFrameWriterV2 → WriteConfigMethods
  21. def option(key: String, value: Boolean): DataFrameWriterV2.this.type
    Definition Classes
    DataFrameWriterV2 → WriteConfigMethods
  22. def options(options: Map[String, String]): DataFrameWriterV2.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → DataFrameWriterV2 → WriteConfigMethods
  23. def options(options: Map[String, String]): DataFrameWriterV2.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → DataFrameWriterV2 → WriteConfigMethods
  24. def overwrite(condition: Column): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → DataFrameWriterV2
  25. def overwritePartitions(): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → DataFrameWriterV2
  26. def partitionedBy(column: Column, columns: Column*): DataFrameWriterV2.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → DataFrameWriterV2 → CreateTableWriter
    Annotations
    @varargs()
  27. def replace(): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → CreateTableWriter
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def tableProperty(property: String, value: String): DataFrameWriterV2.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → DataFrameWriterV2 → CreateTableWriter
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def using(provider: String): DataFrameWriterV2.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DataFrameWriterV2 → DataFrameWriterV2 → CreateTableWriter
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from sql.DataFrameWriterV2[T]

Inherited from CreateTableWriter[T]

Inherited from WriteConfigMethods[CreateTableWriter[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped