Class: Impala::Protocol::HiveMetastore::UnknownPartitionException

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

Returns a new instance of UnknownPartitionException.



572
573
574
575
# File 'lib/impala/protocol/hive_metastore_types.rb', line 572

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

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end