DataStreamReader.Text(String) 方法

定義

載入文字檔,並傳回 DataFrame 其架構開頭為 「value」 的字串資料行,如果有的話,後面接著分割的資料行。

public Microsoft.Spark.Sql.DataFrame Text(string path);
member this.Text : string -> Microsoft.Spark.Sql.DataFrame
Public Function Text (path As String) As DataFrame

參數

path
String

串流檔案路徑

傳回

DataFrame 物件

適用於