Changeset: 5ff1d8e048c8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5ff1d8e048c8
Modified Files:
        monetdb5/modules/kernel/bat5.c
Branch: default
Log Message:

BATordered_rev works on tail column these days.


diffs (12 lines):

diff --git a/monetdb5/modules/kernel/bat5.c b/monetdb5/modules/kernel/bat5.c
--- a/monetdb5/modules/kernel/bat5.c
+++ b/monetdb5/modules/kernel/bat5.c
@@ -563,7 +563,7 @@ BKCisSortedReverse(bit *res, const bat *
        if ((b = BATdescriptor(*bid)) == NULL) {
                throw(MAL, "bat.isSorted", RUNTIME_OBJECT_MISSING);
        }
-       *res = BATordered_rev(BATmirror(b));
+       *res = BATordered_rev(b);
        BBPunfix(b->batCacheid);
        return MAL_SUCCEED;
 }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to