Class: AlgebraDB::Value::Double

Inherits:
AlgebraDB::Value show all
Includes:
Operations::Numeric
Defined in:
lib/algebra_db/value/double.rb

Overview

Represents a Postgres double value.

Defined Under Namespace

Classes: Decoder

Instance Attribute Summary

Attributes inherited from AlgebraDB::Value

#builder

Instance Method Summary collapse

Methods included from Operations::Definition

#binop

Methods inherited from AlgebraDB::Value

#render_syntax, #to_select_item

Instance Method Details

#decoderObject



15
16
17
# File 'lib/algebra_db/value/double.rb', line 15

def decoder
  Decoder.new
end