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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end