Catalog Table Storage Descriptor Args
Constructors
Properties
List of locations that point to the path where a Delta table is located.
List of reducer grouping columns, clustering columns, and bucketing columns in the table.
Configuration block for columns in the table. See columns below.
Whether the data in the table is compressed.
Input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.
Must be specified if the table contains any dimension columns.
Output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.
User-supplied properties in key-value form.
Object that references a schema stored in the AWS Glue Schema Registry. When creating a table, you can pass an empty list of columns for the schema, and instead use a schema reference. See Schema Reference below.
Configuration block for serialization and deserialization ("SerDe") information. See ser_de_info below.
Configuration block with information about values that appear very frequently in a column (skewed values). See skewed_info below.
Configuration block for the sort order of each bucket in the table. See sort_columns below.
Whether the table data is stored in subdirectories.