Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Grant_privileges_args

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end