constants.py 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # Autogenerated by Thrift Compiler (0.13.0)
  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, TFrozenDict, TException, TApplicationException
  9. from thrift.protocol.TProtocol import TProtocolException
  10. from thrift.TRecursive import fix_spec
  11. import sys
  12. from .ttypes import *
  13. DDL_TIME = "transient_lastDdlTime"
  14. HIVE_FILTER_FIELD_OWNER = "hive_filter_field_owner__"
  15. HIVE_FILTER_FIELD_PARAMS = "hive_filter_field_params__"
  16. HIVE_FILTER_FIELD_LAST_ACCESS = "hive_filter_field_last_access__"
  17. IS_ARCHIVED = "is_archived"
  18. ORIGINAL_LOCATION = "original_location"
  19. IS_IMMUTABLE = "immutable"
  20. META_TABLE_COLUMNS = "columns"
  21. META_TABLE_COLUMN_TYPES = "columns.types"
  22. BUCKET_FIELD_NAME = "bucket_field_name"
  23. BUCKET_COUNT = "bucket_count"
  24. FIELD_TO_DIMENSION = "field_to_dimension"
  25. META_TABLE_NAME = "name"
  26. META_TABLE_DB = "db"
  27. META_TABLE_LOCATION = "location"
  28. META_TABLE_SERDE = "serde"
  29. META_TABLE_PARTITION_COLUMNS = "partition_columns"
  30. META_TABLE_PARTITION_COLUMN_TYPES = "partition_columns.types"
  31. FILE_INPUT_FORMAT = "file.inputformat"
  32. FILE_OUTPUT_FORMAT = "file.outputformat"
  33. META_TABLE_STORAGE = "storage_handler"
  34. TABLE_IS_TRANSACTIONAL = "transactional"
  35. TABLE_NO_AUTO_COMPACT = "no_auto_compaction"