constants.py 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. from __future__ import absolute_import
  2. #
  3. # Autogenerated by Thrift Compiler (0.9.3)
  4. #
  5. # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
  6. #
  7. # options string: py:new_style
  8. #
  9. from thrift.Thrift import TType, TMessageType, TException, TApplicationException
  10. from hive_metastore.ttypes import *
  11. DDL_TIME = "transient_lastDdlTime"
  12. HIVE_FILTER_FIELD_OWNER = "hive_filter_field_owner__"
  13. HIVE_FILTER_FIELD_PARAMS = "hive_filter_field_params__"
  14. HIVE_FILTER_FIELD_LAST_ACCESS = "hive_filter_field_last_access__"
  15. IS_ARCHIVED = "is_archived"
  16. ORIGINAL_LOCATION = "original_location"
  17. IS_IMMUTABLE = "immutable"
  18. META_TABLE_COLUMNS = "columns"
  19. META_TABLE_COLUMN_TYPES = "columns.types"
  20. BUCKET_FIELD_NAME = "bucket_field_name"
  21. BUCKET_COUNT = "bucket_count"
  22. FIELD_TO_DIMENSION = "field_to_dimension"
  23. META_TABLE_NAME = "name"
  24. META_TABLE_DB = "db"
  25. META_TABLE_LOCATION = "location"
  26. META_TABLE_SERDE = "serde"
  27. META_TABLE_PARTITION_COLUMNS = "partition_columns"
  28. META_TABLE_PARTITION_COLUMN_TYPES = "partition_columns.types"
  29. FILE_INPUT_FORMAT = "file.inputformat"
  30. FILE_OUTPUT_FORMAT = "file.outputformat"
  31. META_TABLE_STORAGE = "storage_handler"
  32. TABLE_IS_TRANSACTIONAL = "transactional"
  33. TABLE_NO_AUTO_COMPACT = "no_auto_compaction"