Class: Impala::Protocol::HiveMetastore::PrivilegeBag

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/hive_metastore_types.rb

Constant Summary collapse

PRIVILEGES =
1
FIELDS =
{
PRIVILEGES => { :type => ::Thrift::Types::LIST, :name => 'privileges', :element => { :type => ::Thrift::Types::STRUCT, :class => Impala::Protocol::HiveMetastore::HiveObjectPrivilege } }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



182
# File 'lib/impala/protocol/hive_metastore_types.rb', line 182

def struct_fields; FIELDS; end

#validateObject



184
185
# File 'lib/impala/protocol/hive_metastore_types.rb', line 184

def validate
end