Method: Sequel::Postgres::HStoreOp#to_array

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

#to_arrayObject

Return a flattened array of the receiver with alternating keys and values:

hstore_op.to_array # hstore_to_array(hstore)


263
264
265
# File 'lib/sequel/extensions/pg_hstore_ops.rb', line 263

def to_array
  wrap_output_array(function(:hstore_to_array))
end