| 1234567891011121314151617181920212223242526272829303132333435 |
- from __future__ import absolute_import
- #
- # Autogenerated by Thrift Compiler (0.9.3)
- #
- # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- #
- # options string: py:new_style
- #
- from thrift.Thrift import TType, TMessageType, TException, TApplicationException
- from hive_metastore.ttypes import *
- DDL_TIME = "transient_lastDdlTime"
- HIVE_FILTER_FIELD_OWNER = "hive_filter_field_owner__"
- HIVE_FILTER_FIELD_PARAMS = "hive_filter_field_params__"
- HIVE_FILTER_FIELD_LAST_ACCESS = "hive_filter_field_last_access__"
- IS_ARCHIVED = "is_archived"
- ORIGINAL_LOCATION = "original_location"
- IS_IMMUTABLE = "immutable"
- META_TABLE_COLUMNS = "columns"
- META_TABLE_COLUMN_TYPES = "columns.types"
- BUCKET_FIELD_NAME = "bucket_field_name"
- BUCKET_COUNT = "bucket_count"
- FIELD_TO_DIMENSION = "field_to_dimension"
- META_TABLE_NAME = "name"
- META_TABLE_DB = "db"
- META_TABLE_LOCATION = "location"
- META_TABLE_SERDE = "serde"
- META_TABLE_PARTITION_COLUMNS = "partition_columns"
- META_TABLE_PARTITION_COLUMN_TYPES = "partition_columns.types"
- FILE_INPUT_FORMAT = "file.inputformat"
- FILE_OUTPUT_FORMAT = "file.outputformat"
- META_TABLE_STORAGE = "storage_handler"
- TABLE_IS_TRANSACTIONAL = "transactional"
- TABLE_NO_AUTO_COMPACT = "no_auto_compaction"
|