DataFrameWriter.Format(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定基礎輸出資料來源。 內建選項包括 「parquet」、「json」 等。
public Microsoft.Spark.Sql.DataFrameWriter Format(string source);
member this.Format : string -> Microsoft.Spark.Sql.DataFrameWriter
Public Function Format (source As String) As DataFrameWriter
參數
- source
- String
資料來源名稱
傳回
這個 DataFrameWriter 物件