Class: AlgebraDB::Value::Integer::Decoder

Inherits:
Exec::Decoder show all
Defined in:
lib/algebra_db/value/integer.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/integer.rb', line 10

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