DataStreamReader.Text(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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