Enum MutationBranch (2.21.0)

The branch taken by a Table::CheckAndMutateRow operation.

Constants

NameDescription
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.