class Sequel::Postgres::PGRow::ArrayRow

Class for row-valued/composite types that are treated as arrays. By default, this is only used for generic PostgreSQL record types, as registered types use HashRow by default.

:nocov: