Share via


DataFrameWriter.Orc(String) Method

Definition

Saves the content of the DataFrame in ORC format at the specified path.

public void Orc (string path);
member this.Orc : string -> unit
Public Sub Orc (path As String)

Parameters

path
String

Path to save the content

Applies to