DataStreamReader.Text(String) Method

Definition

Loads text files and returns a DataFrame whose schema starts with a string column named "value", and followed by partitioned columns if there are any.

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

Parameters

path
String

File path for streaming

Returns

DataFrame object

Applies to