constants.py 1.1 KB

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