Package version:

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

interface OrcFormat {
    deserializer?: any;
    serializer?: any;
    type: "OrcFormat";
}

Hierarchy (view full)

Properties

deserializer?: any

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

serializer?: any

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

type

Polymorphic discriminator, which specifies the different types this object can be