Enums§
- Jsonb
Type - Represents the type of a JSONB value
Functions§
- json_
array_ contains_ udf - Create the json_array_contains UDF for checking if array contains a value
- json_
array_ length_ udf - Create the json_array_length UDF for getting array length
- json_
exists_ udf - Create the json_exists UDF for checking if a JSONPath exists
- json_
extract_ udf - Create the json_extract UDF for extracting JSONPath from JSON data
- json_
extract_ with_ type_ udf - Create the json_extract_with_type UDF that returns JSONB bytes with type information
- json_
get_ bool_ udf - Create the json_get_bool UDF for getting a boolean value
- json_
get_ float_ udf - Create the json_get_float UDF for getting a float value
- json_
get_ int_ udf - Create the json_get_int UDF for getting an integer value
- json_
get_ string_ udf - Create the json_get_string UDF for getting a string value
- json_
get_ udf - Create the json_get UDF for getting a field value as JSON string