Class: Impala::Protocol::HiveMetastore::IndexAlreadyExistsException

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

Constant Summary collapse

MESSAGE =
1
FIELDS =
{
MESSAGE => { :type => ::Thrift::Types::STRING, :name => 'message' }
}

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ IndexAlreadyExistsException

Returns a new instance of IndexAlreadyExistsException.



634
635
636
637
# File 'lib/impala/protocol/hive_metastore_types.rb', line 634

def initialize(message=nil)
  super()
  self.message = message
end

Instance Method Details

#struct_fieldsObject



645
# File 'lib/impala/protocol/hive_metastore_types.rb', line 645

def struct_fields; FIELDS; end

#validateObject



647
648
# File 'lib/impala/protocol/hive_metastore_types.rb', line 647

def validate
end