הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Specifies a provider for the underlying output data source. Spark's default catalog supports "parquet", "json", and other built-in formats.
Syntax
using(provider)
Parameters
| Parameter | Type | Description |
|---|---|---|
provider |
str | The name of the data source provider. |
Returns
DataFrameWriterV2