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