Skip to content

Commit

Permalink
Update proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Nov 30, 2024
1 parent b1ed452 commit 9b9d2ab
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -407,17 +407,18 @@ message Block {
enum FormulaType {
None = 0;
Count = 1;
CountDistinct = 2;
CountEmpty = 3;
CountNotEmpty = 4;
PercentEmpty = 5;
PercentNotEmpty = 6;
MathSum = 7;
MathAverage = 8;
MathMedian = 9;
MathMin = 10;
MathMax = 11;
Range = 12;
CountValue = 2;
CountDistinct = 3;
CountEmpty = 4;
CountNotEmpty = 5;
PercentEmpty = 6;
PercentNotEmpty = 7;
MathSum = 8;
MathAverage = 9;
MathMedian = 10;
MathMin = 11;
MathMax = 12;
Range = 13;
}
}

Expand Down

0 comments on commit 9b9d2ab

Please sign in to comment.