pub(crate) fn coerce_json_value_to_type(
value: Value,
to_type: &ConcreteDataType,
) -> ValueExpand description
Coerces a JSON value using the same semantics as JSON2 query projection. Values that cannot be converted become null.
pub(crate) fn coerce_json_value_to_type(
value: Value,
to_type: &ConcreteDataType,
) -> ValueCoerces a JSON value using the same semantics as JSON2 query projection. Values that cannot be converted become null.