Class: AlgebraDB::Value::Double::Decoder

Inherits:
Exec::Decoder show all
Defined in:
lib/algebra_db/value/double.rb

Overview

Specialization of this decoder.

Instance Method Summary collapse

Methods inherited from Exec::Decoder

#decode_value

Instance Method Details

#pg_decoderObject



10
11
12
# File 'lib/algebra_db/value/double.rb', line 10

def pg_decoder
  PG::TextDecoder::Float.new
end