Class: AlgebraDB::Value::Double
- Inherits:
-
AlgebraDB::Value
- Object
- Struct
- AlgebraDB::Value
- AlgebraDB::Value::Double
- 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
Instance Method Summary collapse
Methods included from Operations::Definition
Methods inherited from AlgebraDB::Value
#render_syntax, #to_select_item
Instance Method Details
#decoder ⇒ Object
15 16 17 |
# File 'lib/algebra_db/value/double.rb', line 15 def decoder Decoder.new end |