2.165 ALL_HIVE_PART_KEY_COLUMNS
ALL_HIVE_PART_KEY_COLUMNS
provides information about all Hive table partition columns accessible to the current user in the database.
Related Views
-
DBA_HIVE_PART_KEY_COLUMNS
provides information about all Hive table partition columns in the database. -
USER_HIVE_PART_KEY_COLUMNS
provides information about all Hive table partition columns owned by the current user in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Hadoop cluster name |
|
|
|
Hive database where the Hive table resides |
|
|
|
Hive table name |
|
|
|
Owner of the Hive table |
|
|
|
Partition column name |
|
|
|
Partition column type |
|
|
|
Partition column position in the Hive partition specification |
|
|
|
Equivalent Oracle data type of the Hive column |
See Also: