Class: Impala::Protocol::Beeswax::ConfigVariable

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/beeswax_types.rb

Overview

Represents a Hadoop-style configuration variable.

Constant Summary collapse

KEY =
1
VALUE =
2
DESCRIPTION =
3
FIELDS =
{
KEY => { :type => ::Thrift::Types::STRING, :name => 'key' },
VALUE => { :type => ::Thrift::Types::STRING, :name => 'value' },
DESCRIPTION => { :type => ::Thrift::Types::STRING, :name => 'description' }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



182
# File 'lib/impala/protocol/beeswax_types.rb', line 182

def struct_fields; FIELDS; end

#validateObject



184
185
# File 'lib/impala/protocol/beeswax_types.rb', line 184

def validate
end