OrcFormatArgs

data class OrcFormatArgs(val deserializer: Output<Any>? = null, val serializer: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OrcFormatArgs>

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

Constructors

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

Properties

Link copied to clipboard
val deserializer: Output<Any>? = null

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

Link copied to clipboard
val serializer: Output<Any>? = null

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

Link copied to clipboard
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): OrcFormatArgs