Partition Storage Descriptor Args
Constructors
Properties
A list of reducer grouping columns, clustering columns, and bucketing columns in the table.
A list of the 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.
User-supplied properties in key-value form.
Serialization/deserialization (SerDe) information.
Information about values that appear very frequently in a column (skewed values).
A list of Order objects specifying the sort order of each bucket in the table.
True if the table data is stored in subdirectories, or False if not.