-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhive_metastore_constants.cpp
More file actions
65 lines (36 loc) · 1.4 KB
/
hive_metastore_constants.cpp
File metadata and controls
65 lines (36 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/**
* Autogenerated by Thrift Compiler (0.16.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#include "hive_metastore_constants.h"
namespace Apache { namespace Hadoop { namespace Hive {
const hive_metastoreConstants g_hive_metastore_constants;
hive_metastoreConstants::hive_metastoreConstants() {
DDL_TIME = "transient_lastDdlTime";
HIVE_FILTER_FIELD_OWNER = "hive_filter_field_owner__";
HIVE_FILTER_FIELD_PARAMS = "hive_filter_field_params__";
HIVE_FILTER_FIELD_LAST_ACCESS = "hive_filter_field_last_access__";
IS_ARCHIVED = "is_archived";
ORIGINAL_LOCATION = "original_location";
IS_IMMUTABLE = "immutable";
META_TABLE_COLUMNS = "columns";
META_TABLE_COLUMN_TYPES = "columns.types";
BUCKET_FIELD_NAME = "bucket_field_name";
BUCKET_COUNT = "bucket_count";
FIELD_TO_DIMENSION = "field_to_dimension";
META_TABLE_NAME = "name";
META_TABLE_DB = "db";
META_TABLE_LOCATION = "location";
META_TABLE_SERDE = "serde";
META_TABLE_PARTITION_COLUMNS = "partition_columns";
META_TABLE_PARTITION_COLUMN_TYPES = "partition_columns.types";
FILE_INPUT_FORMAT = "file.inputformat";
FILE_OUTPUT_FORMAT = "file.outputformat";
META_TABLE_STORAGE = "storage_handler";
TABLE_IS_TRANSACTIONAL = "transactional";
TABLE_NO_AUTO_COMPACT = "no_auto_compaction";
TABLE_TRANSACTIONAL_PROPERTIES = "transactional_properties";
}
}}} // namespace