| 1234567891011121314151617181920212223242526272829303132333435 |
- #
- # Autogenerated by Thrift
- #
- # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- #
- from thrift.Thrift import *
- from ttypes import *
- DDL_TIME = "transient_lastDdlTime"
- 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"
|