StructsΒ§
- Json
Type - JsonType is a data type for JSON data. It is stored as binary data of jsonb format. It utilizes current binary value and vector implementation.
EnumsΒ§
ConstantsΒ§
FunctionsΒ§
- is_
include π - is_
mergeable π - jsonb_
to_ serde_ json - Converts a json type value to serde_json::Value
- jsonb_
to_ string - Converts a json type value to string
- merge π
- parse_
string_ to_ jsonb - Parses a string to a json type value
- plain_
json_ πstruct_ type - A special struct type for denoting βplainβ(not object) json value. It has only one field, with
fixed name JSON_PLAIN_FIELD_NAME and with metadata JSON_PLAIN_FIELD_METADATA_KEY =
"true".