function MaxAggregator(field) {
    this.field_ = field;

    this.init = function () {
      this.max_ = null;