DataStreamReader.Parquet(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 a Parquet file stream and returns the result as a DataFrame.
public Microsoft.Spark.Sql.DataFrame Parquet (string path);
member this.Parquet : string -> Microsoft.Spark.Sql.DataFrame
Public Function Parquet (path As String) As DataFrame
Parameters
- path
- String
File path for streaming
Returns
DataFrame object