Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Drop_role_args

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

Constant Summary collapse

ROLE_NAME =
1
FIELDS =
{
ROLE_NAME => { :type => ::Thrift::Types::STRING, :name => 'role_name' }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



4229
# File 'lib/impala/protocol/thrift_hive_metastore.rb', line 4229

def struct_fields; FIELDS; end

#validateObject



4231
4232
# File 'lib/impala/protocol/thrift_hive_metastore.rb', line 4231

def validate
end