Struct diwata_intel::data_container::Filter[][src]

pub struct Filter {
    pub conditions: Vec<Condition>,
}

a limited filter structure which is used for the simple usecase of the client all conditions are AND together, and the operator depends on the data type of the column name String will be ILIKE '%?' Date will be in between number will text_cast then ilike

Fields

Methods

impl Filter
[src]

Auto Trait Implementations

impl Send for Filter

impl Sync for Filter