Skip to main content

push_filter

Function push_filter 

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