| 123456789101112131415161718192021222324252627 |
- #
- # Autogenerated by Thrift Compiler (0.9.0)
- #
- # 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 ttypes import *
- DDL_TIME = "transient_lastDdlTime"
- IS_ARCHIVED = "is_archived"
- ORIGINAL_LOCATION = "original_location"
- 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"
- FILE_INPUT_FORMAT = "file.inputformat"
- FILE_OUTPUT_FORMAT = "file.outputformat"
- META_TABLE_STORAGE = "storage_handler"
|