fn is_debezium_unavailable_value(datum: &Option<ScalarRefImpl<'_>>) -> bool
Expand description
Check if a datum represents Debezium’s unavailable value placeholder. This function handles both scalar types and one-dimensional arrays.
fn is_debezium_unavailable_value(datum: &Option<ScalarRefImpl<'_>>) -> bool
Check if a datum represents Debezium’s unavailable value placeholder. This function handles both scalar types and one-dimensional arrays.