Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::MarkPartitionForEvent_result

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

Constant Summary collapse

O1 =
1
O2 =
2
O3 =
3
O4 =
4
O5 =
5
O6 =
6
FIELDS =
{
  O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::Impala::Protocol::HiveMetastore::MetaException},
  O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::Impala::Protocol::HiveMetastore::NoSuchObjectException},
  O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::Impala::Protocol::HiveMetastore::UnknownDBException},
  O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => ::Impala::Protocol::HiveMetastore::UnknownTableException},
  O5 => {:type => ::Thrift::Types::STRUCT, :name => 'o5', :class => ::Impala::Protocol::HiveMetastore::UnknownPartitionException},
  O6 => {:type => ::Thrift::Types::STRUCT, :name => 'o6', :class => ::Impala::Protocol::HiveMetastore::InvalidPartitionException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end