नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Returns a DataSourceWriter instance for writing data.
The implementation is required for writable data sources.
Added in Databricks Runtime 14.3 LTS
Syntax
writer(schema: StructType, overwrite: bool)
Parameters
| Parameter | Type | Description |
|---|---|---|
schema |
StructType | The schema of the data to be written. |
overwrite |
bool | A flag indicating whether to overwrite existing data when writing to the data source. |
Returns
DataSourceWriter
A writer instance for this data source.