Module cast

Module cast 

Source
Expand description

type conversions

Structs§

JsonbAsF64
A scalar UDF that casts a JSONB value to a f64.
JsonbAsI64
A scalar UDF that casts a JSONB value to an i64.
JsonbAsString
A scalar UDF that casts a JSONB value to a string.

Functions§

make_jsonb_as_f64_udf
Creates a user-defined function to cast a JSONB value to a f64.
make_jsonb_as_i64_udf
Creates a user-defined function to cast a JSONB value to an i64.
make_jsonb_as_string_udf
Creates a user-defined function to cast a JSONB value to a string.