class Impala::Protocol::HiveMetastore::InvalidPartitionException

Constants

FIELDS
MESSAGE

Public Class Methods

new(message=nil) click to toggle source
Calls superclass method
    # File lib/impala/protocol/hive_metastore_types.rb
551 def initialize(message=nil)
552   super()
553   self.message = message
554 end

Public Instance Methods

struct_fields() click to toggle source
    # File lib/impala/protocol/hive_metastore_types.rb
562 def struct_fields; FIELDS; end
validate() click to toggle source
    # File lib/impala/protocol/hive_metastore_types.rb
564 def validate
565 end