GetCatalogTableStorageDescriptor

data class GetCatalogTableStorageDescriptor(val bucketColumns: List<String>, val columns: List<GetCatalogTableStorageDescriptorColumn>, val compressed: Boolean, val inputFormat: String, val location: String, val numberOfBuckets: Int, val outputFormat: String, val parameters: Map<String, String>, val schemaReferences: List<GetCatalogTableStorageDescriptorSchemaReference>, val serDeInfos: List<GetCatalogTableStorageDescriptorSerDeInfo>, val skewedInfos: List<GetCatalogTableStorageDescriptorSkewedInfo>, val sortColumns: List<GetCatalogTableStorageDescriptorSortColumn>, val storedAsSubDirectories: Boolean)

Constructors

Link copied to clipboard
constructor(bucketColumns: List<String>, columns: List<GetCatalogTableStorageDescriptorColumn>, compressed: Boolean, inputFormat: String, location: String, numberOfBuckets: Int, outputFormat: String, parameters: Map<String, String>, schemaReferences: List<GetCatalogTableStorageDescriptorSchemaReference>, serDeInfos: List<GetCatalogTableStorageDescriptorSerDeInfo>, skewedInfos: List<GetCatalogTableStorageDescriptorSkewedInfo>, sortColumns: List<GetCatalogTableStorageDescriptorSortColumn>, storedAsSubDirectories: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of reducer grouping columns, clustering columns, and bucketing columns in the table.

Link copied to clipboard

Configuration block for columns in the table. See columns below.

Link copied to clipboard

Whether the data in the table is compressed.

Link copied to clipboard

Input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.

Link copied to clipboard

Physical location of the table. By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.

Link copied to clipboard

Is if the table contains any dimension columns.

Link copied to clipboard

Output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.

Link copied to clipboard

Map of initialization parameters for the SerDe, in key-value form.

Link copied to clipboard

Object that references a schema stored in the AWS Glue Schema Registry. See schema_reference below.

Link copied to clipboard

Configuration block for serialization and deserialization ("SerDe") information. See ser_de_info below.

Link copied to clipboard

Configuration block with information about values that appear very frequently in a column (skewed values). See skewed_info below.

Link copied to clipboard

Configuration block for the sort order of each bucket in the table. See sort_columns below.

Link copied to clipboard

Whether the table data is stored in subdirectories.