Create a SparkDataFrame from an ORC file.
read.orc.Rd
Loads an ORC file, returning the result as a SparkDataFrame.
Arguments
- path
Path of file to read.
- ...
additional external data source specific named properties. You can find the ORC-specific options for reading ORC files in https://spark.apache.org/docs/latest/sql-data-sources-orc.html#data-source-optionData Source Option in the version you use.