OrcFormat Class
The data stored in Optimized Row Columnar (ORC) format.
Constructor
OrcFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
serializer
|
Serializer. Type: string (or Expression with resultType string). |
|
deserializer
|
Deserializer. Type: string (or Expression with resultType string). |
|
type
|
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']