Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andicuko committed May 21, 2024
1 parent 3fb960b commit 5441534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/privacy_unit_tracking/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ impl Relation {
Expr::col(referred_field),
)
}
/// Add the field containing the privacy unit
/// Add the field containing the privacy unit weight if provided or
/// insert it initialized to 1.
pub fn privacy_unit_weight(self, referred_weight_field: &Option<String>) -> Self {
if let Some(referred_weight_field) = referred_weight_field {
self.identity_with_field(
Expand Down

0 comments on commit 5441534

Please sign in to comment.