Package version:

The data stored in Parquet format.

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

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