org.apache.spark.sql.execution.datasources.text
Closes the OutputWriter.
Closes the OutputWriter. Invoked on the executor side after all rows are persisted, before the task output is committed.
Persists a single row.
Persists a single row. Invoked on the executor side. When writing to dynamically partitioned tables, dynamic partition columns are not included in rows to be written.