constants.py 714 B

12345678910111213141516171819202122232425
  1. #
  2. # Autogenerated by Thrift
  3. #
  4. # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
  5. #
  6. from thrift.Thrift import *
  7. from ttypes import *
  8. DDL_TIME = "transient_lastDdlTime"
  9. IS_ARCHIVED = "is_archived"
  10. ORIGINAL_LOCATION = "original_location"
  11. META_TABLE_COLUMNS = "columns"
  12. META_TABLE_COLUMN_TYPES = "columns.types"
  13. BUCKET_FIELD_NAME = "bucket_field_name"
  14. BUCKET_COUNT = "bucket_count"
  15. FIELD_TO_DIMENSION = "field_to_dimension"
  16. META_TABLE_NAME = "name"
  17. META_TABLE_DB = "db"
  18. META_TABLE_LOCATION = "location"
  19. META_TABLE_SERDE = "serde"
  20. META_TABLE_PARTITION_COLUMNS = "partition_columns"
  21. FILE_INPUT_FORMAT = "file.inputformat"
  22. FILE_OUTPUT_FORMAT = "file.outputformat"
  23. META_TABLE_STORAGE = "storage_handler"