OrcFormat Class

The data stored in Optimized Row Columnar (ORC) format.

Constructor

OrcFormat(*args: Any, **kwargs: Any)

Variables

Name Description
serializer
any

Serializer. Type: string (or Expression with resultType string).

deserializer
any

Deserializer. Type: string (or Expression with resultType string).

type
str

Type of dataset storage format. Required. Default value is "OrcFormat".

Attributes

type

Type of dataset storage format. Required. Default value is "OrcFormat".

type: Literal['OrcFormat']