Method: Sequel::Postgres::PGRow::HashRow#op

Defined in:
lib/sequel/extensions/pg_row_ops.rb

#opObject

Wrap the PGRow::ArrayRow instance in an PGRowOp, allowing you to easily use the PostgreSQL row functions and operators with literal rows.



180
181
182
# File 'lib/sequel/extensions/pg_row_ops.rb', line 180

def op
  Sequel.pg_row_op(self)
end