pub fn increment(n: impl Into<f64>) -> Value
Increment a numeric field atomically. Server interprets as: field = COALESCE(field, 0) + n.
field = COALESCE(field, 0) + n