Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Get_privilege_set_result

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

Constant Summary collapse

SUCCESS =
0
O1 =
1
FIELDS =
{
SUCCESS => { :type => ::Thrift::Types::STRUCT, :name => 'success', :class => Impala::Protocol::HiveMetastore::PrincipalPrivilegeSet },
O1 => { :type => ::Thrift::Types::STRUCT, :name => 'o1', :class => Impala::Protocol::HiveMetastore::MetaException }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end