Class: PrivilegeBag

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



176
# File 'lib/thrift/hive_metastore_types.rb', line 176

def struct_fields; FIELDS; end

#validateObject



178
179
# File 'lib/thrift/hive_metastore_types.rb', line 178

def validate
end