Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Get_partition_with_auth_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
O2 =
2
FIELDS =
{
SUCCESS => { :type => ::Thrift::Types::STRUCT, :name => 'success', :class => Impala::Protocol::HiveMetastore::Partition },
O1 => { :type => ::Thrift::Types::STRUCT, :name => 'o1', :class => Impala::Protocol::HiveMetastore::MetaException },
O2 => { :type => ::Thrift::Types::STRUCT, :name => 'o2', :class => Impala::Protocol::HiveMetastore::NoSuchObjectException }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end