Sequel::Postgres::PGNumericArray
PGArray subclass for handling real/double precision arrays.
Use the double precision type by default.
# File lib/sequel/extensions/pg_array.rb, line 395 def array_type super || ARRAY_TYPE end