Table Hive Options
data class TableHiveOptions(val parameters: Map<String, String>? = null, val storageDescriptor: TableHiveOptionsStorageDescriptor? = null, val tableType: String? = null)
Constructors
Link copied to clipboard
constructor(parameters: Map<String, String>? = null, storageDescriptor: TableHiveOptionsStorageDescriptor? = null, tableType: String? = null)