Struct differential_dataflow::collection::compact::CompactSession [] [src]

pub struct CompactSession<'a, K: 'a, V: 'a> { /* fields omitted */ }

A session for adding one key's worth of updates.

Methods

impl<'a, K: 'a, V: 'a> CompactSession<'a, K, V>
[src]

Allocates a new session.

Adds an update for the key.

Consumes the session and finalizes the updates.