| 630 | class TestStatisticsHasFlag : public TestStatistics<TestType> { |
| 631 | public: |
| 632 | void SetUp() override { |
| 633 | TestStatistics<TestType>::SetUp(); |
| 634 | this->SetUpSchema(Repetition::OPTIONAL); |
| 635 | } |
| 636 | |
| 637 | std::optional<int64_t> MergeDistinctCount( |
| 638 | std::optional<int64_t> initial, |
nothing calls this directly
no test coverage detected