Module: Impala::Protocol::HiveMetastore
- Defined in:
- lib/impala/protocol/hive_metastore_types.rb,
lib/impala/protocol/thrift_hive_metastore.rb,
lib/impala/protocol/hive_metastore_constants.rb
Defined Under Namespace
Modules: HiveObjectType, PartitionEventType, PrincipalType, ThriftHiveMetastore Classes: AlreadyExistsException, ConfigValSecurityException, Database, EnvironmentContext, FieldSchema, HiveObjectPrivilege, HiveObjectRef, Index, IndexAlreadyExistsException, InvalidObjectException, InvalidOperationException, InvalidPartitionException, MetaException, NoSuchObjectException, Order, Partition, PrincipalPrivilegeSet, PrivilegeBag, PrivilegeGrantInfo, Role, Schema, SerDeInfo, StorageDescriptor, Table, Type, UnknownDBException, UnknownPartitionException, UnknownTableException, Version
Constant Summary collapse
- DDL_TIME =
%q"transient_lastDdlTime"- HIVE_FILTER_FIELD_OWNER =
%q"hive_filter_field_owner__"- HIVE_FILTER_FIELD_PARAMS =
%q"hive_filter_field_params__"- HIVE_FILTER_FIELD_LAST_ACCESS =
%q"hive_filter_field_last_access__"- IS_ARCHIVED =
%q"is_archived"- ORIGINAL_LOCATION =
%q"original_location"- META_TABLE_COLUMNS =
%q"columns"- META_TABLE_COLUMN_TYPES =
%q"columns.types"- BUCKET_FIELD_NAME =
%q"bucket_field_name"- BUCKET_COUNT =
%q"bucket_count"- FIELD_TO_DIMENSION =
%q"field_to_dimension"- META_TABLE_NAME =
%q"name"- META_TABLE_DB =
%q"db"- META_TABLE_LOCATION =
%q"location"- META_TABLE_SERDE =
%q"serde"- META_TABLE_PARTITION_COLUMNS =
%q"partition_columns"- FILE_INPUT_FORMAT =
%q"file.inputformat"- FILE_OUTPUT_FORMAT =
%q"file.outputformat"- META_TABLE_STORAGE =
%q"storage_handler"