constants.py 818 B

123456789101112131415161718192021222324252627
  1. #
  2. # Autogenerated by Thrift Compiler (0.9.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, TException, TApplicationException
  9. from ttypes import *
  10. DDL_TIME = "transient_lastDdlTime"
  11. IS_ARCHIVED = "is_archived"
  12. ORIGINAL_LOCATION = "original_location"
  13. META_TABLE_COLUMNS = "columns"
  14. META_TABLE_COLUMN_TYPES = "columns.types"
  15. BUCKET_FIELD_NAME = "bucket_field_name"
  16. BUCKET_COUNT = "bucket_count"
  17. FIELD_TO_DIMENSION = "field_to_dimension"
  18. META_TABLE_NAME = "name"
  19. META_TABLE_DB = "db"
  20. META_TABLE_LOCATION = "location"
  21. META_TABLE_SERDE = "serde"
  22. META_TABLE_PARTITION_COLUMNS = "partition_columns"
  23. FILE_INPUT_FORMAT = "file.inputformat"
  24. FILE_OUTPUT_FORMAT = "file.outputformat"
  25. META_TABLE_STORAGE = "storage_handler"