Function is_unavailable_value_str

Source
fn is_unavailable_value_str(s: &str) -> bool
Expand description

Fast string comparison to check if a string equals DEBEZIUM_UNAVAILABLE_VALUE. Optimized by checking length first to avoid expensive string comparison.