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