DestinationRecordSerialized

data class DestinationRecordSerialized(val stream: DestinationStream, val serialized: String)

Represents a record already in its serialized state. The intended use is for conveying records from stdin to the spill file, where reserialization is not necessary.

Constructors

Link copied to clipboard
constructor(stream: DestinationStream, serialized: String)

Properties

Link copied to clipboard
Link copied to clipboard