UPSERT

Constant UPSERT 

Source
pub const UPSERT: OutputKind = true;
Expand description

For updates, only keep the new row with Insert operation.

The output chunk can only be used in streams with StreamKind::Upsert. Refer to it for more details.