TableExternalCatalogTableOptionsStorageDescriptor

data class TableExternalCatalogTableOptionsStorageDescriptor(val inputFormat: String? = null, val locationUri: String? = null, val outputFormat: String? = null, val serdeInfo: TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo? = null)

Constructors

constructor(inputFormat: String? = null, locationUri: String? = null, outputFormat: String? = null, serdeInfo: TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val inputFormat: String? = null

Specifies the fully qualified class name of the InputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). The maximum length is 128 characters.

Link copied to clipboard
val locationUri: String? = null

The physical location of the table (e.g. 'gs://spark-dataproc-data/pangea-data/case_sensitive/' or 'gs://spark-dataproc-data/pangea-data/*'). The maximum length is 2056 bytes.

Link copied to clipboard
val outputFormat: String? = null

Specifies the fully qualified class name of the OutputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat"). The maximum length is 128 characters.

Link copied to clipboard

Serializer and deserializer information. */