constants.py 620 B

1234567891011121314151617181920212223242526272829303132333435
  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. META_TABLE_COLUMNS = "columns"
  10. META_TABLE_COLUMN_TYPES = "columns.types"
  11. BUCKET_FIELD_NAME = "bucket_field_name"
  12. BUCKET_COUNT = "bucket_count"
  13. FIELD_TO_DIMENSION = "field_to_dimension"
  14. META_TABLE_NAME = "name"
  15. META_TABLE_DB = "db"
  16. META_TABLE_LOCATION = "location"
  17. META_TABLE_SERDE = "serde"
  18. META_TABLE_PARTITION_COLUMNS = "partition_columns"
  19. FILE_INPUT_FORMAT = "file.inputformat"
  20. FILE_OUTPUT_FORMAT = "file.outputformat"