class Impala::Protocol::HiveMetastore::MetaException
Constants
- FIELDS
- MESSAGE
Public Class Methods
new(message=nil)
click to toggle source
Calls superclass method
# File lib/impala/protocol/hive_metastore_types.rb 467 def initialize(message=nil) 468 super() 469 self.message = message 470 end
Public Instance Methods
struct_fields()
click to toggle source
# File lib/impala/protocol/hive_metastore_types.rb 478 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/impala/protocol/hive_metastore_types.rb 480 def validate 481 end