Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Add_partitions_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
O3 =
3
FIELDS =
{
SUCCESS => { :type => ::Thrift::Types::I32, :name => 'success' },
O1 => { :type => ::Thrift::Types::STRUCT, :name => 'o1', :class => Impala::Protocol::HiveMetastore::InvalidObjectException },
O2 => { :type => ::Thrift::Types::STRUCT, :name => 'o2', :class => Impala::Protocol::HiveMetastore::AlreadyExistsException },
O3 => { :type => ::Thrift::Types::STRUCT, :name => 'o3', :class => Impala::Protocol::HiveMetastore::MetaException }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end