PageRenderTime 45ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/metastore/src/gen/thrift/gen-py/hive_metastore/constants.py

#
Python | 25 lines | 18 code | 2 blank | 5 comment | 0 complexity | 2828d3ad9a4fc5f29fc07cb21b5a463c MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  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"