Table External Catalog Table Options Storage Descriptor
data class TableExternalCatalogTableOptionsStorageDescriptor(val inputFormat: String? = null, val locationUri: String? = null, val outputFormat: String? = null, val serdeInfo: TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo? = null)
Constructors
Link copied to clipboard
constructor(inputFormat: String? = null, locationUri: String? = null, outputFormat: String? = null, serdeInfo: TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo? = null)
Properties
Link copied to clipboard
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
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
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. Structure is documented below. */