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