Method: Sequel::Postgres::JSONBaseOp#array_elements_text
- Defined in:
- lib/sequel/extensions/pg_json_ops.rb
#array_elements_text ⇒ Object
Returns a set of text values for the elements in the json array.
json_op.array_elements_text # json_array_elements_text(json)
239 240 241 |
# File 'lib/sequel/extensions/pg_json_ops.rb', line 239 def array_elements_text function(:array_elements_text) end |