object DataFrameWriter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataFrameWriter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type SerializedCell = Option[String]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def renameDuplicates(frame: DataFrame): DataFrame
- def retryCountForSaveMode(saveMode: SaveMode): Int
- val rowNumberColumn: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def verifyFieldNames(frame: DataFrame): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withFramePersisted[T](frame: DataFrame, action: (DataFrame) ⇒ T): T
- def withRetries(retryCount: Int, exponentialBackoffMillis: Int)(action: ⇒ Unit): Unit
- def writeCsvStream(schema: StructType, rows: Iterator[Row], outputStream: OutputStream, timestamps: Map[String, String], writeHeader: Boolean, formatter: OutputFormatter, encoding: String, quoteHeaders: Boolean, limit: Option[Int]): Int
- def writeCsvStream(frame: DataFrame, outputStream: OutputStream, formatter: OutputFormatter, timestamps: Map[String, String] = Map(), writeHeader: Boolean = true, encoding: String = ..., quoteHeaders: Boolean = true, limit: Option[Int] = None): Int
- def writeJsonStream(frame: DataFrame, outputStream: OutputStream, formatter: OutputFormatter, timestamps: Map[String, String] = Map(), writeHeader: Boolean = true, encoding: String = ...): Int
- def writeParquetFile(frame: DataFrame, dataAccess: OutputAccess, version: UUID, outputFacade: OutputFacade, outputRepository: String, append: Boolean = false, partitionBy: Seq[String] = Seq()): Unit
- def writeParquetFileToEnvironment[T](frame: DataFrame, outputRepository: String, environment: String, path: String, saveMode: SaveMode, partitionBy: Seq[String] = Seq(), encryptionContext: EncryptionContext = DefaultEncryptionContext): Unit
- def writeParquetFileToPath[T](frame: DataFrame, path: String, saveMode: SaveMode, partitionBy: Seq[String] = Seq(), encryptionContext: EncryptionContext = DefaultEncryptionContext): Unit
- def writeRowsToJsonStream(rows: Iterator[Row], schema: StructType, outputStream: OutputStream, formatter: OutputFormatter, timestamps: Map[String, String] = Map(), writeHeader: Boolean = true, encoding: String = ...): Int
- def writeToMap(frames: Map[String, DataFrame], limit: Option[Int], formatter: OutputFormatter, serializeAsJson: Boolean): Map[String, String]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated