StorageDescriptor
Describes the physical storage of table data.
Types
Properties
A list of locations that point to the path where a Delta table is located.
A list of reducer grouping columns, clustering columns, and bucketing columns in the table.
True
if the data in the table is compressed, or False
if not.
The input format: SequenceFileInputFormat
(binary), or TextInputFormat
, or a custom format.
Must be specified if the table contains any dimension columns.
The output format: SequenceFileOutputFormat
(binary), or IgnoreKeyTextOutputFormat
, or a custom format.
The user-supplied properties in key-value form.
An object that references a schema stored in the Glue Schema Registry.
The information about values that appear frequently in a column (skewed values).
A list specifying the sort order of each bucket in the table.
True
if the table data is stored in subdirectories, or False
if not.