iceberg-cpp
Loading...
Searching...
No Matches
hive_metastore_constants.h
1
7#ifndef hive_metastore_CONSTANTS_H
8#define hive_metastore_CONSTANTS_H
9
10#include "hive_metastore_types.h"
11
12namespace Apache { namespace Hadoop { namespace Hive {
13
15 public:
17
18 std::string DDL_TIME;
19 int8_t ACCESSTYPE_NONE;
20 int8_t ACCESSTYPE_READONLY;
21 int8_t ACCESSTYPE_WRITEONLY;
22 int8_t ACCESSTYPE_READWRITE;
23 std::string HIVE_FILTER_FIELD_OWNER;
24 std::string HIVE_FILTER_FIELD_PARAMS;
25 std::string HIVE_FILTER_FIELD_LAST_ACCESS;
26 std::string HIVE_FILTER_FIELD_TABLE_NAME;
27 std::string HIVE_FILTER_FIELD_TABLE_TYPE;
28 std::string IS_ARCHIVED;
29 std::string ORIGINAL_LOCATION;
30 std::string IS_IMMUTABLE;
31 std::string META_TABLE_COLUMNS;
32 std::string META_TABLE_COLUMN_TYPES;
33 std::string BUCKET_FIELD_NAME;
34 std::string BUCKET_COUNT;
35 std::string FIELD_TO_DIMENSION;
36 std::string IF_PURGE;
37 std::string META_TABLE_NAME;
38 std::string META_TABLE_DB;
39 std::string META_TABLE_LOCATION;
40 std::string META_TABLE_SERDE;
41 std::string META_TABLE_PARTITION_COLUMNS;
42 std::string META_TABLE_PARTITION_COLUMN_TYPES;
43 std::string FILE_INPUT_FORMAT;
44 std::string FILE_OUTPUT_FORMAT;
45 std::string META_TABLE_STORAGE;
46 std::string TABLE_IS_TRANSACTIONAL;
47 std::string NO_AUTO_COMPACT;
48 std::string TABLE_TRANSACTIONAL_PROPERTIES;
49 std::string TABLE_BUCKETING_VERSION;
50 std::string DRUID_CONFIG_PREFIX;
51 std::string JDBC_CONFIG_PREFIX;
52 std::string TABLE_IS_CTAS;
53 std::string TABLE_IS_CTLT;
54 std::string PARTITION_TRANSFORM_SPEC;
55 std::string NO_CLEANUP;
56 std::string CTAS_LEGACY_CONFIG;
57 std::string DEFAULT_TABLE_TYPE;
58 std::string TXN_ID;
59 std::string WRITE_ID;
60 std::string EXPECTED_PARAMETER_KEY;
61 std::string EXPECTED_PARAMETER_VALUE;
62};
63
64extern const hive_metastoreConstants g_hive_metastore_constants;
65
66}}} // namespace
67
68#endif
Definition hive_metastore_constants.h:14
Definition hive_metastore_constants.cpp:9