OrcFormatResponse

data class OrcFormatResponse(val deserializer: Any? = null, val serializer: Any? = null, val type: String)

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

Constructors

Link copied to clipboard
constructor(deserializer: Any? = null, serializer: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deserializer: Any? = null

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

Link copied to clipboard
val serializer: Any? = null

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

Link copied to clipboard

Type of dataset storage format. Expected value is 'OrcFormat'.