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