- î
final def !=(arg0: Any): Boolean
- î
final def ##(): Int
- î
final def ==(arg0: Any): Boolean
- î
def append(): Unit
Append the contents of the data frame to the output table.
- î
final def asInstanceOf[T0]: T0
- î
def clone(): AnyRef
- î
def create(): Unit
Create a new table from the contents of the data frame.
- î
def createOrReplace(): Unit
Create a new table or replace an existing table with the contents of the data frame.
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(arg0: Any): Boolean
- î
def finalize(): Unit
- î
final def getClass(): Class[_]
- î
def hashCode(): Int
- î
final def isInstanceOf[T0]: Boolean
- î
final def ne(arg0: AnyRef): Boolean
- î
final def notify(): Unit
- î
final def notifyAll(): Unit
- î
def option(key: String, value: String): DataFrameWriterV2[T]
Add a write option.
- î
def option(key: String, value: Double): CreateTableWriter[T]
Add a double output option.
- î
def option(key: String, value: Long): CreateTableWriter[T]
Add a long output option.
- î
def option(key: String, value: Boolean): CreateTableWriter[T]
Add a boolean output option.
- î
def options(options: Map[String, String]): DataFrameWriterV2[T]
- î
def options(options: Map[String, String]): DataFrameWriterV2[T]
- î
def overwrite(condition: Column): Unit
Overwrite rows matching the given filter condition with the contents of the data frame in the output table.
- î
def overwritePartitions(): Unit
Overwrite all partition for which the data frame contains at least one row with the contents of the data frame in the output table.
- î
def partitionedBy(column: Column, columns: Column*): CreateTableWriter[T]
Partition the output table created by create
, createOrReplace
, or replace
using the given columns or transforms.
- î
def replace(): Unit
Replace an existing table with the contents of the data frame.
- î
final def synchronized[T0](arg0: â T0): T0
- î
def tableProperty(property: String, value: String): CreateTableWriter[T]
Add a table property.
- î
def toString(): String
- î
def using(provider: String): CreateTableWriter[T]
Specifies a provider for the underlying output data source.
- î
final def wait(): Unit
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit