PARTITIONEDTABLES System Table Description
Fields
Field | Type | Description |
---|---|---|
SCHEMA |
string |
The schema in which the partitioned table exists. |
TABLENAME |
string |
The name of the partitioned table. |
PARTITIONTYPE |
integer |
What type of partition is used for this table:
|
PARTITIONINGCOLUMN |
string |
The name of the partitioning column, that is the column for which you supplied a |
DEFAULTPARTITION |
string |
The name of the default partition, if one exists for this partitioned table. |
DEFAULTSTORAGEGROUP |
string |
The name of the default storage group. For more information on using the |