InputSerialization

Describes the serialization format of the object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value: NONE.

Link copied to clipboard

Describes the serialization of a CSV-encoded object.

Link copied to clipboard

Specifies JSON as object's input serialization format.

Link copied to clipboard

Specifies Parquet as object's input serialization format.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String