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