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.
pub const UPSERT: OutputKind = true;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.