class Sequel::Postgres::PGFloatArray

PGArray subclass for handling real/double precision arrays.

Constants

ARRAY_TYPE

Public Instance Methods

array_type() click to toggle source

Use the double precision type by default.

# File lib/sequel/extensions/pg_array.rb, line 395
def array_type
  super || ARRAY_TYPE
end