Trait rlink::api::data_stream::TWindowedStream[][src]

pub trait TWindowedStream {
    fn reduce<F>(self, reduce: F, parallelism: u16) -> DataStream
    where
        F: ReduceFunction + 'static
; }

Required methods

fn reduce<F>(self, reduce: F, parallelism: u16) -> DataStream where
    F: ReduceFunction + 'static, 
[src]

Loading content...

Implementors

impl TWindowedStream for WindowedStream[src]

Loading content...