Sequel::Postgres::PGNumericArray
PGArray subclass for handling real/double precision arrays.
Convert the item to a float.
# File lib/sequel/extensions/pg_array.rb, line 387 387: def self.convert_item(s) 388: s.to_f 389: end
Use the double precision type by default.
# File lib/sequel/extensions/pg_array.rb, line 395 395: def array_type 396: super || ARRAY_TYPE 397: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.