Class: Cequel::Type::Double
Overview
‘double` columns store 64-bit floating-point numeric values
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from Base
#compatible_types, #cql_aliases, #cql_name, #internal_name, #internal_names, #to_s
Instance Method Details
#cast(value) ⇒ Object
297 298 299 |
# File 'lib/cequel/type.rb', line 297 def cast(value) Float(value) end |