Trait rlink::api::watermark::TimestampAssigner[][src]

pub trait TimestampAssigner where
    Self: NamedFunction + CheckpointFunction + Debug
{ fn extract_timestamp(
        &mut self,
        row: &mut Record,
        previous_element_timestamp: u64
    ) -> u64; }

Required methods

fn extract_timestamp(
    &mut self,
    row: &mut Record,
    previous_element_timestamp: u64
) -> u64
[src]

Loading content...

Implementors

impl TimestampAssigner for SchemaBaseTimestampAssigner[src]

impl<E> TimestampAssigner for BoundedOutOfOrdernessTimestampExtractor<E> where
    E: TimestampAssigner
[src]

Loading content...