module Sequel::Postgres::ArrayOpMethods
Public Instance Methods
Source
# File lib/sequel/extensions/pg_array_ops.rb 324 def pg_array 325 ArrayOp.new(self) 326 end
Wrap the receiver in an ArrayOp so you can easily use the PostgreSQL array functions and operators with it.