pub fn extract_non_null( doc: &[u8], field: &str, expr: Option<&SqlExpr>, ) -> Option<()>
Returns Some(()) when the field is present and non-null. Used by count(field) accumulator to count non-null values.
Some(())
count(field)