Orc Format Args
    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
                fun OrcFormatArgs(deserializer: Output<Any>? = null, serializer: Output<Any>? = null, type: Output<String>)