DataFrameReader.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, returning the result as a DataFrame.
public Microsoft.Spark.Sql.DataFrame Parquet(params string[] paths);
member this.Parquet : string[] -> Microsoft.Spark.Sql.DataFrame
Public Function Parquet (ParamArray paths As String()) As DataFrame
Parameters
- paths
- String[]
Input paths
Returns
DataFrame object