Enum rtlola_frontend::mir::WindowOperation [−][src]
pub enum WindowOperation { Count, Min, Max, Sum, Product, Average, Integral, Conjunction, Disjunction, }
Expand description
The Ast representation of the different aggregation functions
Variants
Aggregation function to count the number of updated values on the accessed stream
Aggregation function to return the minimum
Aggregation function to return the minimum
Aggregation function to return the addition
Aggregation function to return the product
Aggregation function to return the average
Aggregation function to return the integral
Aggregation function to return the conjunction, i.e., the sliding window returns true iff ALL values on the accessed stream inside a window are assigned to true
Aggregation function to return the disjunction, i.e., the sliding window returns true iff AT LEAst ONE value on the accessed stream inside a window is assigned to true
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WindowOperation
impl Send for WindowOperation
impl Sync for WindowOperation
impl Unpin for WindowOperation
impl UnwindSafe for WindowOperation
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
type Output = T
type Output = T
Should always be Self