Expand description
JSONB table functions.
Staticsยง
- _LINKME_
ELEMENT_ ๐jsonb_ array_ elements_ jsonb_ jsonb - _LINKME_
ELEMENT_ ๐jsonb_ array_ elements_ text_ jsonb_ varchar - _LINKME_
ELEMENT_ ๐jsonb_ each_ jsonb_ struct_ key_ varchar_ value_ jsonb_ - _LINKME_
ELEMENT_ ๐jsonb_ each_ text_ jsonb_ struct_ key_ varchar_ value_ varchar_ - _LINKME_
ELEMENT_ ๐jsonb_ object_ keys_ jsonb_ varchar
Functionsยง
- jsonb_
array_ ๐elements - Expands the top-level JSON array into a set of JSON values.
- jsonb_
array_ ๐elements_ jsonb_ jsonb - jsonb_
array_ ๐elements_ text - Expands the top-level JSON array into a set of text values.
- jsonb_
array_ ๐elements_ text_ jsonb_ varchar - jsonb_
each ๐ - Expands the top-level JSON object into a set of key/value pairs.
- jsonb_
each_ ๐jsonb_ struct_ key_ varchar_ value_ jsonb_ - jsonb_
each_ ๐text - Expands the top-level JSON object into a set of key/value pairs.
- jsonb_
each_ ๐text_ jsonb_ struct_ key_ varchar_ value_ varchar_ - jsonb_
object_ ๐keys - Returns the set of keys in the top-level JSON object.
- jsonb_
object_ ๐keys_ jsonb_ varchar