Changeset: 7edeca54ab1a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7edeca54ab1a
Modified Files:
        monetdb5/modules/mal/mosaic.c
Branch: mosaic
Log Message:

Await further development
The straight forward compress-decompress over tables should
be properly be handled before embarking on the body of
the algebraic operations.


diffs (21 lines):

diff --git a/monetdb5/modules/mal/mosaic.c b/monetdb5/modules/mal/mosaic.c
--- a/monetdb5/modules/mal/mosaic.c
+++ b/monetdb5/modules/mal/mosaic.c
@@ -486,6 +486,8 @@ float nextafterf(float x, float y);
 
 /* The algebra operators should fall back to their default
  * when we know that the heap is not compressed
+ * The actual decompression should wait until we know that
+ * the administration thru SQL layers works properly.
  */
 #define calculate_range(TPE, TPE2)                                     \
        do {                                                            \
@@ -517,7 +519,7 @@ MOSsubselect(Client cntxt, MalBlkPtr mb,
        li = (bit *) getArgReference(stk, pci, i + 4);
        hi = (bit *) getArgReference(stk, pci, i + 5);
        anti = (bit *) getArgReference(stk, pci, i + 6);
-       // use default implementation is possible
+       // use default implementation if possible
        if( !isCompressed(*bid))
                return ALGsubselect1(ret,bid,low,hgh,li,hi,anti);
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to