OrcFormat interface
The data stored in Optimized Row Columnar (ORC) format.
- Extends
Properties
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
deserializer | Deserializer. Type: string (or Expression with resultType string). |
serializer | Serializer. Type: string (or Expression with resultType string). |
Property Details
type
Polymorphic discriminator, which specifies the different types this object can be
type: "OrcFormat"
Property Value
"OrcFormat"
Inherited Property Details
deserializer
Deserializer. Type: string (or Expression with resultType string).
deserializer?: any
Property Value
any
Inherited From DatasetStorageFormat.deserializer
serializer
Serializer. Type: string (or Expression with resultType string).
serializer?: any
Property Value
any
Inherited From DatasetStorageFormat.serializer