pub(super) fn push_filter( qb: &mut QueryBuilder<'_, Postgres>, col_name: &str, col_type: ColType, op: &FilterOp, value: Option<&Value>, ) -> Result<(), QueryError>