read.orc {SparkR}R Documentation

Create a SparkDataFrame from an ORC file.

Description

Loads an ORC file, returning the result as a SparkDataFrame.

Usage

read.orc(path)

Arguments

path

Path of file to read.

Value

SparkDataFrame

Note

read.orc since 2.0.0


[Package SparkR version 2.0.0 Index]