Class: Impala::Protocol::HiveMetastore::InvalidPartitionException

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) ⇒ InvalidPartitionException

Returns a new instance of InvalidPartitionException.



551
552
553
554
# File 'lib/impala/protocol/hive_metastore_types.rb', line 551

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

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end