Enum MutationBranch (2.18.0)

The branch taken by a Table::CheckAndMutateRow operation.

Constants

Name Description
kPredicateNotMatched

The predicate provided to CheckAndMutateRow did not match and the false_mutations (if any) were applied.

kPredicateMatched

The predicate provided to CheckAndMutateRow matched and the true_mutations (if any) were applied.