| 676 | |
| 677 | bool HasDistinctCount() const override { return has_distinct_count_; }; |
| 678 | bool HasMinMax() const override { return has_min_max_; } |
| 679 | bool HasNullCount() const override { return has_null_count_; }; |
| 680 | |
| 681 | void IncrementNullCount(int64_t n) override { |
no outgoing calls