Class: Impala::Protocol::Fb303::FacebookService::SetOption_args

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



493
# File 'lib/impala/protocol/facebook_service.rb', line 493

def struct_fields; FIELDS; end

#validateObject



495
496
# File 'lib/impala/protocol/facebook_service.rb', line 495

def validate
end