Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::IsPartitionMarkedForEvent_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
O4 =
4
O5 =
5
O6 =
6
FIELDS =
{
SUCCESS => { :type => ::Thrift::Types::BOOL, :name => 'success' },
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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end