Method: Aerospike::HLLValue#initialize

Defined in:
lib/aerospike/value/value.rb

#initialize(value) ⇒ HLLValue

Returns a new instance of HLLValue.



530
531
532
533
534
535
# File 'lib/aerospike/value/value.rb', line 530

def initialize(value)
  @bytes = value
  @bytes.force_encoding("binary")

  self
end