Skip to main content

Module jsonb

Module jsonb 

Source

Structsยง

CastJsonbToBool
CastJsonbToFloat32
CastJsonbToFloat64
CastJsonbToInt16
CastJsonbToInt32
CastJsonbToInt64
CastJsonbToNumeric
CastJsonbToString
CastJsonbableToJsonb
JsonbArrayLength
JsonbPretty
JsonbStripNulls
JsonbTypeof
ParseCatalogId
ParseCatalogPrivileges

Functionsยง

cast_jsonb_to_bool ๐Ÿ”’
cast_jsonb_to_float32 ๐Ÿ”’
cast_jsonb_to_float64 ๐Ÿ”’
cast_jsonb_to_int16 ๐Ÿ”’
cast_jsonb_to_int32 ๐Ÿ”’
cast_jsonb_to_int64 ๐Ÿ”’
cast_jsonb_to_string
cast_jsonbable_to_jsonb ๐Ÿ”’
jsonb_array_length ๐Ÿ”’
jsonb_datum_to_role_id ๐Ÿ”’
Converts a JSONB Datum into a RoleId.
jsonb_datum_to_u64 ๐Ÿ”’
Converts a JSONB Datum into a u64.
jsonb_pretty ๐Ÿ”’
jsonb_strip_nulls ๐Ÿ”’
jsonb_typeof ๐Ÿ”’
parse_catalog_id ๐Ÿ”’
Converts a catalog JSON-serialized ID value into the appropriate string format.
parse_catalog_privileges ๐Ÿ”’
Converts a catalog JSON-serialized privilege array into an mz_aclitem[].