kclv.Relation.Base.prototype.maximum = function(indices) {
    return kclv.Array.maximum(this.relation, indices, this);
};