class Impala::Protocol::Beeswax::BeeswaxService::Get_state_result

Constants

ERROR
FIELDS
SUCCESS

Public Instance Methods

struct_fields() click to toggle source
    # File lib/impala/protocol/beeswax_service.rb
504 def struct_fields; FIELDS; end
validate() click to toggle source
    # File lib/impala/protocol/beeswax_service.rb
506 def validate
507   unless @success.nil? || ::Impala::Protocol::Beeswax::QueryState::VALID_VALUES.include?(@success)
508     raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field success!')
509   end
510 end