Class: Role

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

Constant Summary collapse

ROLENAME =
1
CREATETIME =
2
OWNERNAME =
3
FIELDS =
{
  ROLENAME => {:type => ::Thrift::Types::STRING, :name => 'roleName'},
  CREATETIME => {:type => ::Thrift::Types::I32, :name => 'createTime'},
  OWNERNAME => {:type => ::Thrift::Types::STRING, :name => 'ownerName'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



218
219
# File 'lib/thrift/hive_metastore_types.rb', line 218

def validate
end