Changeset: 3337ee3c0355 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3337ee3c0355
Modified Files:
        gdk/gdk_calc_compare.h
Branch: default
Log Message:

more use of ci.hseq


diffs (21 lines):

diff --git a/gdk/gdk_calc_compare.h b/gdk/gdk_calc_compare.h
--- a/gdk/gdk_calc_compare.h
+++ b/gdk/gdk_calc_compare.h
@@ -884,7 +884,7 @@ BATcalcopcst(BAT *b, const ValRecord *v,
 
        ncand = canditer_init(&ci, b, s);
        if (ncand == 0)
-               return COLnew(b->hseqbase, TYPE_TPE, 0, TRANSIENT);
+               return COLnew(ci.hseq, TYPE_TPE, 0, TRANSIENT);
 
        return BATcalcop_intern(b->ttype == TYPE_void ? (const void *) 
&b->tseqbase : (const void *) Tloc(b, 0),
                                ATOMtype(b->ttype) == TYPE_oid ? b->ttype : 
ATOMbasetype(b->ttype),
@@ -921,7 +921,7 @@ BATcalccstop(const ValRecord *v, BAT *b,
 
        ncand = canditer_init(&ci, b, s);
        if (ncand == 0)
-               return COLnew(b->hseqbase, TYPE_TPE, 0, TRANSIENT);
+               return COLnew(ci.hseq, TYPE_TPE, 0, TRANSIENT);
 
        return BATcalcop_intern(VALptr(v),
                                ATOMtype(v->vtype) == TYPE_oid ? v->vtype : 
ATOMbasetype(v->vtype),
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to