Struct phile::sqir::Filter [] [src]

pub struct Filter {
    pub domain: RcExpr,
    pub pred: RcExpr,
}

A general filter or selection operation.

Fields

The domain of the selection (see Map too).

The unary, boolean-valued predicate applied to each element of the domain.

Trait Implementations

impl Debug for Filter
[src]

[src]

Formats the value using the given formatter.