Class: Impala::Protocol::HiveMetastore::Role

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end