class Impala::Protocol::HiveMetastore::InvalidOperationException
Constants
- FIELDS
- MESSAGE
Public Class Methods
new(message=nil)
click to toggle source
Calls superclass method
# File lib/impala/protocol/hive_metastore_types.rb 656 def initialize(message=nil) 657 super() 658 self.message = message 659 end
Public Instance Methods
struct_fields()
click to toggle source
# File lib/impala/protocol/hive_metastore_types.rb 667 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/impala/protocol/hive_metastore_types.rb 669 def validate 670 end